@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Microsoft YaHei', sans-serif;
    color: #000;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
a,
form,
select,
input,
ul,
ol,
li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}

ul,
ol {
    list-style: none;
    text-indent: 0;
    list-style-position: outside;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

img {
    display: block;
}

.browserupgrade {
    margin: 0;
    z-index: 9999;
    width: 100%;
    height: 42px;
    color: #e50b71;
    text-indent: 20px;
    line-height: 42px;
    overflow: hidden;
    background: #222222;
    border-bottom: 4px solid #000000;
}

.browserupgrade a {
    font-size: 16px;
    color: #fdc12d;
    cursor: pointer;
}

.browserupgrade a.brow-close {
    font-size: 14px;
    margin-right: 20px;
    float: right;
}

.clear {
    clear: both;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.zhuangt {
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
}

.zhuangt p {
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    float: left;
}

.zhuangt ul {
    float: right;
    overflow: hidden;
}

.zhuangt ul li {
    height: 40px;
    line-height: 40px;
    float: left;
}

.zhuangt ul li a {
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 20px;
    border-right: solid 1px #cccccc;
    margin-top: 10px;
    padding: 0 10px;
}

.zhuangt ul li a.last {
    border-right: none;
}

.head .h_logo {
    width: 1200px;
    margin: 0 auto;
    height: 110px;
    box-sizing: border-box;
}

.head .h_logo h1 {
    float: left;
}

.head .h_logo h1 img {
    margin-top: 25px;
    margin-left: 40px;
}

.head .h_logo span.logo_h {
    width: 1px;
    border: solid 1px #dcdcdc;
    height: 50px;
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 30px 25px 0 20px;
}

.head .h_logo img.slogen {
    margin-top: 43px;
    float: left;
}

.head .h_logo img.xcy {
    width: 152px;
    height: 27px;
    float: left;
    margin-top: 41.5px;
    margin-left: 25px;
}

.head .h_logo img.m_menu {
    display: none;
}

.head .h_logo .address {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 40px 0 0 60px;
    cursor: pointer;
    position: relative;
    padding-bottom: 20px;
}

.head .h_logo .address .img_address {
    width: 14px;
    height: 18px;
    float: left;
    margin-top: 6px;
}

.head .h_logo .address p {
    float: left;
    margin-left: 8px;
}

.head .h_logo .address p a {
    font-size: 18px;
    color: #888888;
}

.head .h_logo .address p a span {
    font-size: 18px;
    color: #888888;
}

.head .h_logo .address i {
    width: 14px;
    height: 8px;
    background: url(../images/jiantou_xia.png) no-repeat center;
    background-size: 14px 8px;
    float: left;
    margin-top: 11px;
    margin-left: 8px;
    transition: 0.3s;
}

.head .h_logo .address:hover i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: 0.5s;
}

.head .h_logo .address .info {
    width: 375px;
    height: 130px;
    border: 2px solid #c9cbce;
    background-color: #ffffff;
    position: absolute;
    top: 42px;
    display: none;
    transition: 0.3s;
    z-index: 99;
}

.head .h_logo .address .info:before,
.head .h_logo .address .info:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    left: 20px;
    z-index: 999999;
}

.head .h_logo .address .info:before {
    border-color: transparent transparent #ffffff;
    top: -17px;
    z-index: 9999999;
}

.head .h_logo .address .info:after {
    border-color: transparent transparent #c9cbce;
    top: -20px;
}

.head .h_logo .address .info p {
    width: 100%;
    font-weight: bold;
    margin: 4px 4px 14px 4px;
    padding-left: 10px;
    color: #666666;
}

.head .h_logo .address .info ul {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
}

.head .h_logo .address .info ul li {
    float: left;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #666666;
    background-color: #f5f5f5;
    margin-right: 10px;
    margin-bottom: 10px;
}

.head .h_logo .address .info ul li:hover a {
    color: #c7161c;
}

.head .h_logo .phone {
    width: 240px;
    float: right;
    height: 35px;
    margin-top: 37.5px;
}

.head .h_logo form {
    float: right;
    height: 40px;
    margin-top: 35px;
}

.head .h_logo form input.so {
    width: 333px;
    height: 40px;
    border: solid 2px #c7161c;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.head .h_logo form p.tj {
    font-size: 18px;
    width: 90px;
    height: 40px;
    float: left;
    background-color: #c7161c;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.head .h_logo .phone {
    width: 250px;
    float: right;
    height: 50px;
    margin-top: 20.5px;
    margin-right: 30px;
}

.head .h_logo .phone img {
    float: left;
    margin-top: 10.5px;
    margin-right: 15px;
}

.head .h_logo .yyerweima {
    width: 100px;
    float: right;
    height: 100px;
    margin-top: 10px;
}

.head .h_logo .yyerweima img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.head .h_logo .phone .cons {
    float: left
}

.head .h_logo .phone .cons span {
    display: block;
    font-size: 14px;
    color: #282828;
}

.head .h_logo .phone .cons p {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #c7161c;
    margin-top: 25px;
}

.head .nav {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
}

.head .nav .menu {
    width: 210px;
    height: 40px;
    background-color: #c7161c;
    float: left;
    position: relative;
}

.head .nav .menu ul.yw {
    position: absolute;
    top: 42px;
    width: 210px;
    height: 522px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 30;
}

.head .nav .menu ul.yw li {
    width: 210px;
    height: 87px;
    box-sizing: border-box;
    background: url(../images/menu_hr.png) no-repeat center bottom;
}

.head .nav .menu ul.yw li:hover {
    background-color: #ffffff;
}

.head .nav .menu ul.yw li img {
    float: left;
    top: 40px;
    margin-left: 40px;
    margin-top: 27.5px;
}

.head .nav .menu ul.yw li span {
    line-height: 87px;
    font-size: 18px;
    color: #ffffff;
    margin-left: 13px;
}

.head .nav .menu ul.yw li:hover span {
    color: #c7161c;
}

.head .nav .menu .menu_xf {
    width: 990px;
    height: 522px;
    background-color: #ffffff;
    margin: 2px 0 0 210px;
    position: absolute;
    z-index: 99;
    border-bottom: solid 1px #c7161c;
    border-right: solid 1px #c7161c;
    box-sizing: border-box;
    display: none;
}

.head .nav .menu .menu_xf .left {
    width: 680px;
    height: 522px;
    float: left;
    border-right: solid 1px #ededed;
    box-sizing: border-box;
}

.head .nav .menu .menu_xf .left .container {
    overflow: hidden;
    margin-top: 20px;
}

.head .nav .menu .menu_xf .left .container h4 {
    width: 140px;
    font-size: 16px;
    float: left;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.head .nav .menu .menu_xf .left .container h4 a {
    font-size: 16px;
    font-weight: bold;
}

.head .nav .menu .menu_xf .left .container ul {
    width: 539px;
    float: left;
    border-bottom: solid 1px #ededed;
    padding-bottom: 20px;
}

.head .nav .menu .menu_xf .left .last ul {
    border-bottom: none;
}

.head .nav .menu .menu_xf .left .container ul li {
    float: left;
    margin-right: 40px;
    margin-top: 10px;
}

.head .nav .menu .zzsp .left {
    width: 990px;
}

.head .nav .menu .zzsp .left .first {
    margin-top: 15px;
}

.head .nav .menu .zzsp .left .container {
    margin-top: 6px;
}

.head .nav .menu .zzsp .left .container ul {
    width: 849px;
    padding-bottom: 10px;
}

.head .nav .menu .zzsp .left .container ul li {
    margin-right: 25px;
}

.head .nav .menu .menu_xf .left .container ul li a {
    cursor: pointer;
}

.head .nav .menu .menu_xf .left .container ul li.first a {
    color: #c7161c;
}

.head .nav .menu .menu_xf .left .container ul li:hover a {
    color: #c7161c;
}

.head .nav .menu .menu_xf .right {
    width: 309px;
    height: 522px;
    float: left;
    background: url(../images/kzq.png) no-repeat 136px center;
}

.head .nav .menu .menu_xf .right .box {
    width: 100%;
    height: 174px;
    box-sizing: border-box;
    border-bottom: solid 1px #ededed;
    overflow: hidden;
}

.head .nav .menu .menu_xf .right .last {
    border-bottom: none;
}

.head .nav .menu .menu_xf .right .box img {
    margin: 43px 0 0 42px;
    float: left;
}

.head .nav .menu .menu_xf .right .box span {
    font-size: 18px;
    color: #999999;
    display: block;
    width: 80px;
    float: left;
    text-align: center;
    margin: 63px 0 0 20px;
}

.head .nav .menu p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.head .nav .dh {
    width: 990px;
    overflow: hidden;
    float: left;
}

.head .nav .dh li {
    float: left;
    line-height: 40px;
    margin-left: 40px;
    position: relative;
}

.head .h_logo .mmmenu {
    display: none;
}

.head .nav .dh li.hot:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -7px;
    z-index: 1;
    width: 22px;
    height: 14px;
    background: url(../images/hot.png) no-repeat center;
    -webkit-animation: Hot 0.3s ease alternate infinite;
    animation: Hot 0.3s ease alternate infinite;
}

@-webkit-keyframes Hot {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }
    to {
        -webkit-transform: translate(0, 2px);
        transform: translate(0, 2px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        opacity: .9;
    }
}

@keyframes Hot {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }
    to {
        -webkit-transform: translate(0, 2px);
        transform: translate(0, 2px);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        opacity: .9;
    }
}

.head .nav .dh li a {
    font-size: 18px;
    color: #666666;
}

.head .nav .dh li:hover a {
    color: #c7161c;
}

.head .nav .dh li.xz a {
    color: #c7161c;
}

.hr {
    width: 100%;
    height: 2px;
    background-color: #c7161c;
}

.banner {
    width: 100%;
    height: 522px;
    overflow: hidden;
    position: relative;
}

.banner .swiper-container {
    width: 100%;
    height: 522px;
}

.banner .swiper-container .swiper-wrapper {
    width: 100%;
    height: 522px;
}

.banner .swiper-container .swiper-slide {
    width: 100%;
    height: 522px;
    overflow: hidden;
    position: relative;
}

.banner .swiper-container .swiper-slide img {
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 522px;
    display: block;
    position: absolute;
    transition: 0.2s;
    cursor: pointer;
}

.banner .swiper-pagination {
    bottom: 20px;
    width: 100%;
    z-index: 20;
    text-align: center;
    position: absolute;
    left: 60px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #e6e6e6;
    opacity: 1;
    margin: 0 7px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c7161c;
}

.ztn {
    width: 100%;
    overflow: hidden;
}

.ztn .ztn_title {
    margin-top: 100px;
    margin-bottom: 45px;
}

.ztn .ztn_title h3 {
    font-size: 45px;
    color: #4c4c4c;
    text-align: center;
}

.ztn .ztn_title p {
    font-size: 14px;
    color: #adadad;
    text-align: center;
    margin-top: 3px;
}

.ztn .ztn_title img {
    margin: 18px auto 0 auto;
}

.ztn .ztn_title img.m_hr {
    display: none;
}

.ztn_1 {
    background-color: #f5f5f5;
    padding-bottom: 55px;
}

.ztn_1 .container {
    width: calc(100% + 30px);
}

.ztn_1 .m_container {
    display: none;
}

.ztn_1 .container .box {
    width: 380px;
    height: 310px;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    float: Left;
    margin: 0 30px 20px 0;
}

.ztn_1 .container .box .con {
    width: 380px;
    height: 310px;
    overflow: hidden;
}

.ztn_1 .container .box .con img {
    margin: 40px auto 21px auto;
}

.ztn_1 .container .box .con h4 {
    font-size: 18px;
    color: #272636;
    text-align: center;
}

.ztn_1 .container .box .con span {
    font-size: 7px;
    color: #999999;
    display: block;
    text-align: center;
}

.ztn_1 .container .box .con p {
    margin-top: 31px;
    font-size: 24px;
    text-align: center;
    color: #c7161c;
}

.ztn_1 .container .box .info {
    width: 380px;
    height: 310px;
    background-color: #c7161c;
    position: absolute;
    top: 310px;
    transition: 0.5s;
}

.ztn_1 .container .box:hover .info {
    top: 0;
    transition: 0.5s;
}

.ztn_1 .container .box .info ul {
    width: 324px;
    margin: 32px auto 0 auto;
    overflow: hidden;
}

.ztn_1 .container .box .info ul li {
    width: 100%;
    height: 49px;
    box-sizing: border-box;
    border-bottom: solid 1px #d58184;
}

.ztn_1 .container .box .info ul li .right {
    float: right;
}

.ztn_1 .container .box .info ul li .right span {
    font-size: 18px;
    color: #ffffff;
}

.ztn_1 .container .box .info ul li.last {
    border-bottom: none;
}

.ztn_1 .container .box .info ul li img {
    margin: 13px 10px 0 110px;
    float: left;
}

.ztn_1 .container .ss .info ul li img {
    margin: 13px 10px 0 60px;
    float: left;
}

.ztn_1 .container .sb .info ul li img {
    margin: 13px 10px 0 90px;
    float: left;
}

.ztn_1 .container .box .info ul li span {
    display: block;
    float: left;
    line-height: 49px;
    font-size: 18px;
    color: #ffffff;
}

.ad1 {
    width: 100%;
    height: 198px;
    background: url(../images/ad1.jpg) no-repeat center;
}

.ztn_2 {
    background-color: #f5f5f5;
}

.ztn_2 .container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 75px;
    position: relative;
}

.ztn_2 .swiper-button-prev {
    background-image: url(../images/left.png);
}

.ztn_2 .swiper-button-next {
    background-image: url(../images/right.png);
}

.ztn_2 .container .box {
    width: 100%;
    height: 460px;
    float: left;
    position: relative;
    overflow: hidden;
}

.ztn_2 .container .box img {
    width: 100%;
}

.ztn_2 .container .box .info {
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, 0.8);
    bottom: -82px;
    position: absolute;
    padding: 0 60px;
    box-sizing: border-box;
    transition: 0.5s;
}

.ztn_2 .container .box:hover .info {
    bottom: 0;
    transition: 0.5s;
    background: rgba(199, 22, 28, 0.8);
}

.ztn_2 .container .box .info p {
    font-size: 34px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
}

.ztn_2 .container .box .info span {
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
    display: block;
    text-align: center;
}

.ztn_3 {
    width: 100%;
    height: 670px;
    background: url(../images/ztn3_bj.jpg) no-repeat center;
}

.ztn_3 .ztn_title h3 {
    color: #ffffff;
}

.ztn_3 .container .swiper-container .swiper-wrapper .swiper-slide img {
    float: left;
    margin-left: 62px;
    margin-top: 30px;
}

.ztn_3 .container {
    position: relative;
    padding: 0 50px;
}

.ztn_3 .container .con {
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: right;
    padding: 40px 90px 74px 90px;
    position: relative;
    margin-top: 76px;
}

.ztn_3 .container .con:before {
    content: '“';
    top: 5px;
    left: 5px;
}

.ztn_3 .container .con:after {
    content: '”';
    right: 0;
    bottom: 0;
}

.ztn_3 .container .con:before,
.ztn_3 .container .con:after {
    font-family: '黑体';
    font-size: 72px;
    color: #cd001d;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    z-index: 1;
}

.ztn_3 .swiper-button-prev {
    background-image: url(../images/left.png);
}

.ztn_3 .swiper-button-next {
    background-image: url(../images/right.png);
}

.ztn_4 {
    background-color: #f5f5f5;
}

.ztn_4 .container {
    width: calc(100% + 52px);
    overflow: hidden;
    margin-bottom: 75px;
}

.ztn_4 .m_hr {
    display: none;
}

.ztn_4 .container .box {
    width: 365px;
    float: left;
    margin-right: 52px;
}

.ztn_4 .container .box .con_title {
    height: 52px;
    line-height: 52px;
    border-bottom: solid 2px #666666;
}

.ztn_4 .container .box .con_title span a {
    font-size: 20px;
    color: #5d5d5d;
    display: block;
    line-height: 52px;
}

.ztn_4 .container .box .con_title span.left {
    float: left;
}

.ztn_4 .container .box .con_title span.right a {
    font-size: 16px;
}

.ztn_4 .container .box .con_title span:hover a {
    color: #c7161c;
}

.ztn_4 .container .box .con_title span.right {
    float: right;
}

.ztn_4 .container .box ul li {
    height: 30px;
    line-height: 30px;
}

.ztn_4 .container .box ul li span {
    display: none;
}

.ztn_4 .container .box ul li img {
    float: left;
}

.ztn_4 .container .box ul li a {
    font-size: 15px;
    color: #323232;
    margin-left: 15px;
    line-height: 30px;
    display: block;
}

.ztn_4 .container .box ul li a h3 {
    display: block;
    float: left;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ztn_4 .container .box ul li:hover a h3 {
    color: #c7161c;
}

.ztn_4 .container .box ul li a .pc_time {
    display: block;
    color: #999999;
    float: right;
}

.ztn_4 .container .box ul li a p {
    display: none;
}

.ztn_4 .container .box ul li a time {
    color: #999999;
    float: right;
}

.ztn_4 .container .box ul li:hover a time {
    color: #c7161c;
}

.ztn_4 .container .box ul li:hover a span {
    color: #c7161c;
}

.ztn_4 .container .box ul li a img {
    display: none;
}

.ztn_4 .ztn_title {
    margin-top: 130px;
}

.ztn_5 {
    width: 100%;
    height: 1000px;
    background: url(../images/ditu_bj.jpg) no-repeat center;
}

.ztn_5 .ztn_title {
    margin-bottom: 0;
}

.ztn_5 .ztn_title h3 {
    color: #ffffff;
}

.ztn_5 .container {
    width: 899px;
    height: 743px;
    position: relative;
    margin: 0 auto;
    background: url(../images/map.png) no-repeat center;
}

.ztn_5 .container .map {
    display: none;
    position: absolute;
    transition: 0.2s;
}

.ztn_5 .container .map_bj {
    width: 30px;
    height: 32px;
    top: 265px;
    left: 659px;
    background: url(../images/map_bj.png) no-repeat center;
}

.ztn_5 .container .map_gd {
    width: 139px;
    height: 113px;
    top: 589px;
    left: 586px;
    background: url(../images/map_gd.png) no-repeat center;
}

.ztn_5 .container .map_hb {
    width: 135px;
    height: 83px;
    top: 436px;
    left: 555px;
    background: url(../images/map_hb.png) no-repeat center;
}

.ztn_5 .container .map_tj {
    width: 135px;
    height: 83px;
    top: 253px;
    left: 625px;
    background: url(../images/map_tj.png) no-repeat center;
}

.ztn_5 .container .map_hebei {
    width: 96px;
    height: 137px;
    top: 232px;
    left: 632px;
    background: url(../images/map_hebei.png) no-repeat center;
}

.ztn_5 .container .map_hlj {
    width: 199px;
    height: 180px;
    top: 0;
    left: 700px;
    background: url(../images/map_hlj.png) no-repeat center;
}

.ztn_5 .container .map_sc {
    width: 193px;
    height: 170px;
    top: 416px;
    left: 362px;
    background: url(../images/map_sc.png) no-repeat center;
}

.ztn_5 .container .map_sd {
    width: 122px;
    height: 75px;
    top: 324px;
    left: 661px;
    background: url(../images/map_sd.png) no-repeat center;
}

.ztn_5 .container .map_sh {
    width: 18px;
    height: 16px;
    top: 449px;
    left: 773px;
    background: url(../images/map_sh.png) no-repeat center;
}

.ztn_5 .container .map_xinjiang {
    width: 361px;
    height: 274px;
    top: 89px;
    left: 0px;
    background: url(../images/map_xinjiang.png) no-repeat center;
}

.ztn_5 .container a.tag {
    font-size: 14px;
    color: #d9d7d7;
    display: block;
    transition: 0.2s;
    position: absolute;
    cursor: pointer;
    background: url(../images/map_jiantou.png) no-repeat left center;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
}

.ztn_5 .container a.tag:hover {
    background: url(../images/map_jiantou_h.png) no-repeat left center;
}

.ztn_5 .container a.stop {
    background: none;
}

.ztn_5 .container a.stop:hover {
    background: none;
}

.ztn_5 .container a.tag_bj {
    top: 255px;
    left: 665px;
}

.ztn_5 .container a.tag_gd {
    top: 609px;
    left: 644px;
}

.ztn_5 .container a.tag_hb {
    top: 460px;
    left: 602px;
}

.ztn_5 .container a.tag_tj {
    top: 279px;
    left: 684px;
}

.ztn_5 .container a.tag_hebei {
    top: 303px;
    left: 650px;
}

.ztn_5 .container a.tag_hlj {
    top: 100px;
    left: 804px;
}

.ztn_5 .container a.tag_sc {
    top: 483px;
    left: 437px;
}

.ztn_5 .container a.tag_sd {
    top: 345px;
    left: 696px;
}

.ztn_5 .container a.tag_sh {
    top: 435px;
    left: 775px;
}

.ztn_5 .container a.tag_xinjiang {
    top: 247px;
    left: 164px;
}

.ztn_5 .container a.tag_xizang {
    top: 434px;
    left: 164px;
}

.ztn_5 .container a.tag_qinghai {
    top: 355px;
    left: 305px;
}

.ztn_5 .container a.tag_gansu {
    top: 381px;
    left: 442px;
}

.ztn_5 .container a.tag_yunnan {
    top: 600px;
    left: 395px;
}

.ztn_5 .container a.tag_neimenggu {
    top: 267px;
    left: 516px;
}

.ztn_5 .container a.tag_ningxia {
    top: 338px;
    left: 475px;
}

.ztn_5 .container a.tag_shanxi3 {
    top: 411px;
    left: 516px;
}

.ztn_5 .container a.tag_chongqing {
    top: 490px;
    left: 509px;
}

.ztn_5 .container a.tag_guizhou {
    top: 555px;
    left: 497px;
}

.ztn_5 .container a.tag_guangxi {
    top: 621px;
    left: 529px;
}

.ztn_5 .container a.tag_shanxi1 {
    top: 332px;
    left: 579px;
}

.ztn_5 .container a.tag_henan {
    top: 403px;
    left: 598px;
}

.ztn_5 .container a.tag_hunan {
    top: 539px;
    left: 580px;
}

.ztn_5 .container a.tag_hunan {
    top: 539px;
    left: 580px;
}

.ztn_5 .container a.tag_hainan {
    top: 714px;
    left: 553px;
}

.ztn_5 .container a.tag_jilin {
    top: 172px;
    left: 772px;
}

.ztn_5 .container a.tag_liaoning {
    top: 229px;
    left: 741px;
}

.ztn_5 .container a.tag_jiangsu {
    top: 411px;
    left: 714px;
}

.ztn_5 .container a.tag_anhui {
    top: 445px;
    left: 673px;
}

.ztn_5 .container a.tag_zhejiang {
    top: 491px;
    left: 730px;
}

.ztn_5 .container a.tag_jiangxi {
    top: 534px;
    left: 650px;
}

.ztn_5 .container a.tag_fujian {
    top: 559px;
    left: 700px;
}

.ztn_5 .container a.tag_taiwan {
    top: 601px;
    left: 762px;
}

.ztn_5 .container .info {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 10px 40px 30px;
    display: none;
}

.ztn_5 .container .info ul {
    overflow: hidden;
}

.ztn_5 .container .info ul li {
    width: 220px;
    border-bottom: solid 1px #6e7173;
    padding-bottom: 20px;
    margin-right: 20px;
}

.ztn_5 .container .info ul li p {
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    padding: 20px 0 10px 0;
}

.ztn_5 .container .info ul li p span {
    font-size: 15px;
    color: #c7161c;
    display: inline;
}

.ztn_5 .container .info ul li span {
    display: block;
    font-size: 14px;
    color: #a7a7a7;
    margin-top: 5px;
}

.ztn_5 .container .info_bj {
    top: 300px;
    left: 150px;
    width: 480px;
}

.ztn_5 .container .info_bj ul li {
    float: left;
}

.ztn_5 .container .info_gd {
    top: 437px;
    left: 299px;
}

.ztn_5 .container .info_hb {
    top: 380px;
    left: 267px;
}

.ztn_5 .container .info_hebei {
    top: 328px;
    left: 344px;
}

.ztn_5 .container .info_tj {
    top: 298px;
    left: 384px;
}

.ztn_5 .container .info_hlj {
    top: 117px;
    left: 457px;
}

.ztn_5 .container .info_sc {
    top: 410px;
    left: 541px;
}

.ztn_5 .container .info_sd {
    top: 386px;
    left: 389px;
}

.ztn_5 .container .info_sh {
    top: 367px;
    left: 478px;
}

.ztn_5 .container .info_xinjiang {
    top: 247px;
    left: 239px;
}

.ztn_6 {
    width: 100%;
    background: url(../images/hehuo_bj.png) no-repeat center bottom;
    font-size: 100%;
}

.ztn_6 .container {
    overflow: hidden;
    width: 100%;
    margin-bottom: 215px;
}

.ztn_6 .container .box {
    width: 240px;
    height: 150px;
    border-right: dashed 1px #dadada;
    border-bottom: dashed 1px #dadada;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.ztn_6 .container .last {
    border-right: none;
}

.ztn_6 .container .box:hover {
    background-color: #f5f5f5;
}

.ztn_6 .container .box img {
    margin: 32.5px auto;
}

.fw {
    width: 100%;
    height: 130px;
    background-color: #f8f8f8;
}

.fw .container {
    width: 1260px;
}

.fw .container ul {
    overflow: hidden;
}

.fw .container ul li {
    width: 260px;
    float: left;
    margin-right: 55px;
}

.fw .container ul li img {
    width: 55px;
    float: left;
    margin-top: 37.5px;
}

.fw .container .right {
    width: 185px;
    height: 44px;
    float: left;
    margin: 43px 0 0 20px;
    border-right: solid 1px #cecece;
    box-sizing: border-box;
}

.fw .container .right p {
    font-size: 18px;
    color: #000105;
    font-weight: bold;
}

.fw .container .right span {
    font-size: 12px;
    color: #959595;
    display: block;
    margin-top: 4px;
}

.fw .container ul li.last .right {
    border-right: none;
}

.footer {
    width: 100%;
    background-color: #282828;
    overflow: hidden;
}

.footer .container {
    width: 100%;
    margin-top: 55px;
    overflow: hidden;
}

.footer .container .left {
    width: 290px;
    float: left;
    border-right: solid 1px #3b3b3b;
    box-sizing: border-box;
}

.footer .container .left .con {
    width: 220px;
}

.footer .container .left .con span {
    font-size: 14px;
    color: #888888;
    display: block;
    text-align: center;
    line-height: 40px;
}

.footer .container .right {
    width: 850px;
    margin: 0 auto;
}

.footer .container .right ul.yw {
    overflow: hidden;
    width: 100%;
}

.footer .container .right ul.yw li {
    width: 84px;
    float: left;
    border-right: solid 1px #888888;
    height: 18px;
}

.footer .container .right ul.yw li:hover a {
    color: #c7161c;
}

.footer .container .right ul.yw li.last {
    border-right: none;
}

.footer .container .right ul.yw li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #888888;
    line-height: 18px;
    cursor: pointer;
}

.footer .container .right .lx {
    width: 215px;
    height: 40px;
    border-radius: 20px;
    background-color: #3d3d3d;
    margin: 25px auto 0 auto;
    padding-right: 10px;
}

.footer .container .right .lx span {
    font-size: 20px;
    color: #ffffff;
    float: left;
    line-height: 40px;
    margin-left: 10px;
}

.footer .container .right .lx img {
    margin: 7px 0 0 20px;
    float: left;
}

.footer .container .right .address {
    font-size: 16px;
    color: #888888;
    margin: 30px 0 0 10px;
    text-align: center;
}

.footer .container .right .friendlinks {
    width: 839px;
    overflow: hidden;
    margin: 25px 0 0 10px;
}

.footer .container .right .friendlinks li {
    float: left;
    font-size: 18px;
    color: #888888;
    margin-right: 10px;
    height: 30px;
}

.footer .container .right .friendlinks li span {
    font-size: 14px;
    color: #888888;
}

.footer .container .right .friendlinks li a {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
}

.footer .icp {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    text-align: center;
    border-top: dashed 1px #888888;
    margin: 20px 0;
    padding-top: 10px;
}

.footer .zx {
    display: none;
}

.m_xf {
    display: none;
}

.m_menu_xf {
    display: none;
}

.m_baojia {
    display: none;
}


/**列表页样式**/

.list .head .nav .menu ul.yw {
    display: none;
}

.list .head .nav .menu ul.yw {
    top: 40px;
}

.banner .swiper-pagination {
    left: 0;
}

.list .mianbao .main {
    color: #a1a1a1;
}

.list .mianbao a {
    font-size: 16px;
    color: #a1a1a1;
    line-height: 90px;
}

.list .mianbao a:last-child {
    color: #282828;
}

.list .l_ztn {
    overflow: hidden;
}

.list .l_ztn .title {
    margin: 80px 0 60px 0;
}

.list .l_ztn .title h3 {
    font-size: 45px;
    color: #282828;
    text-align: center;
}

.list .l_ztn .title h3 span {
    color: #c7161c;
}

.list .l_ztn .title p {
    text-align: center;
    font-size: 18px;
    color: #686868;
    margin-top: 10px;
}

.list .l_ztn1 {
    width: 100%;
    height: 460px;
    background: url(../images/l_ztn1_bj.jpg) no-repeat center;
}

.list .l_ztn1 .left {
    width: 433px;
    overflow: hidden;
    margin-right: 14px;
    float: left;
}

.list .l_ztn1 .left img {
    margin: 60px 0 0 48px;
}

.list .l_ztn1 .right {
    width: 720px;
    float: left;
    margin-top: 60px;
}

.list .l_ztn1 .right .box {
    width: 225px;
    background-color: #ffffff;
    margin: 0 15px 15px 0;
    overflow: hidden;
    float: left;
}

.list .l_ztn1 .right .box h3 {
    font-size: 20px;
    color: #41465a;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.list .l_ztn1 .right .box span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #b0b2b8;
    margin-top: 5px;
}

.list .l_ztn1 .right .box p {
    width: 125px;
    height: 30px;
    background-color: #41465a;
    border-radius: 5px;
    margin: 23px auto 25px auto;
}

.list .l_ztn1 .right .box:hover p {
    background-color: #c7161c;
}

.list .l_ztn1 .right .box p a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.list .l_ztn1 .right .box:hover h3 {
    color: #c7161c
}

.list .biaodan {
    margin-bottom: 30px;
}

.list .biaodan .container {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    background-color: #e5e5e5;
}

.list .biaodan .container .so {
    width: 805px;
    margin: 40px auto;
    overflow: hidden;
}

.list .biaodan .container .so p,
.list .biaodan .container .so input.cha {
    height: 60px;
    float: left;
    line-height: 60px;
    box-sizing: border-box;
}

.list .biaodan .container .so input.cha {
    width: 660px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    background: url(../images/so.png) no-repeat 20px center;
    background-color: #ffffff;
    padding-left: 45px;
    font-size: 16px;
    color: #ababab;
    outline: none;
}

.list .biaodan .container .so p.tj {
    width: 145px;
    font-size: 18px;
    color: #ffffff;
    background-color: #c7161c;
    text-align: center;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
}

.list .biaodan .form {
    display: none;
    width: 906px;
    margin: 0 auto 50px auto;
    background-color: #3c4252;
    overflow: hidden;
}

.list .biaodan .form form {
    overflow: hidden;
    width: 720px;
    margin: 67px auto 85px auto;
    background-color: #f0f4f7;
    border-radius: 10px;
    position: relative;
}

.list .biaodan .form form img.close {
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.list .biaodan .form form p {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #343434;
    margin: 50px auto 20px auto;
    margin-left: 100px;
}

.list .biaodan .form form p img {
    float: left;
    margin-right: 10px;
}

.list .biaodan .form form p span {
    color: #c7161c;
}

.list .biaodan .form form label {
    display: block;
    width: 520px;
    overflow: hidden;
    margin: 0 auto 15px auto;
    height: 45px;
}

.list .biaodan .form form label span {
    float: left;
    text-align: right;
    width: 95px;
    line-height: 45px;
    font-size: 15px;
    color: #343434;
}

.list .biaodan .form form label input {
    float: Left;
    width: 415px;
    height: 45px;
    border-radius: 5px;
    border: solid 1px #d8dcdf;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #a6a6a6;
}

.list .biaodan .form form label input::-webkit-input-placeholder {
    color: #a6a6a6;
}

.list .biaodan .form form label input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a6a6a6;
}

.list .biaodan .form form label input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a6a6a6;
}

.list .biaodan .form form label input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a6a6a6;
}

.list .biaodan .form form label input.gongsi {
    background-color: #ffffff;
}

.list .biaodan .form form .sub {
    width: 100%;
    height: 65px;
    background-color: #e5e5e5;
    overflow: hidden;
    margin-top: 25px;
}

.list .biaodan .form form .sub input {
    display: block;
    width: 175px;
    height: 38px;
    font-size: 16px;
    background-color: #c9161c;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin: 13.5px auto 0 auto;
    overflow: hidden;
}

.list .l_ztn2 .container {
    width: 1100px;
    margin: 0 auto 100px auto;
}

.list .l_ztn2 .container ul {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: url(../images/l_ztn2_bj.jpg) no-repeat center 61px;
}

.list .l_ztn2 .container ul li {
    width: 122px;
    display: inline-block;
    text-align: center;
    margin-right: 50px;
}

.list .l_ztn2 .container ul li.last {
    margin-right: 0;
}

.list .l_ztn2 .container ul li p {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #282828;
}

.list .l_ztn2 .container ul li:hover p {
    background-color: #c7161c;
    transition: 0.3s;
}

.list .l_ztn2 .container ul li.xz p {
    background-color: #c7161c;
}

.list .l_ztn2 .container ul li p img {
    margin: 30.5px;
}

.list .l_ztn2 .container ul li span {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #585858;
    margin-top: 13px;
}

.list .l_ztn3 {
    background: url(../images/l_ztn3_bj.jpg) no-repeat center;
}

.list .l_ztn3 .container {
    margin-bottom: 145px;
}

.list .l_ztn3 .container ul {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.list .l_ztn3 .container ul li {
    display: inline-block;
    text-align: center;
    width: 343px;
    margin-right: 14px;
}

.list .l_ztn3 .container ul li.last {
    margin-right: 0;
}

.list .l_ztn3 .container ul li .box {
    position: relative;
}

.list .l_ztn3 .container ul li .box .info {
    position: absolute;
    bottom: -40px;
    width: 320px;
    height: 100px;
    background: rgba(45, 50, 70, 0.9);
    left: 11.5px;
    padding-top: 17px;
    padding-left: 25px;
    box-sizing: border-box;
}

.list .l_ztn3 .container ul li:hover .box .info {
    background: rgba(199, 22, 28, 0.9);
    transition: 0.5s;
}

.list .l_ztn3 .container ul li .box .info p {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

.list .l_ztn3 .container ul li .box .info span {
    display: block;
    font-size: 18px;
    color: #e2e2e4;
    text-align: left;
    margin-top: 7px;
}

.list .l_ztn4 .container {
    margin-bottom: 90px;
}

.list .l_ztn4 .container ul {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.list .l_ztn4 .container ul li {
    display: inline-block;
    text-align: center;
    margin-right: 55px;
    background: url(../images/l_ztn4_box_bj.png) no-repeat center;
    width: 257px;
    height: 294px;
}

.list .l_ztn3 .container ul li.last {
    margin-right: 0;
}

.list .l_ztn4 .container ul li .box {
    width: 202px;
    height: 231px;
    margin: 31.5px 0 0 27.5px;
    overflow: hidden;
    transition: 2s;
}

.list .l_ztn4 .container ul li:hover .box {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transition: 2s;
}

.list .l_ztn4 .container ul li.fir .box {
    background: url(../images/l_ztn4_1.png) no-repeat center;
}

.list .l_ztn4 .container ul li.sec .box {
    background: url(../images/l_ztn4_2.png) no-repeat center;
}

.list .l_ztn4 .container ul li.thr .box {
    background: url(../images/l_ztn4_3.png) no-repeat center;
}

.list .l_ztn4 .container ul li .box img {
    margin: 50px auto 0 auto;
}

.list .l_ztn4 .container ul li .box p {
    font-size: 24px;
    color: #ffffff;
    margin-top: 20px;
    padding: 0 10px;
}

.list .l_ztn5 {
    background: url(../images/l_ztn5_bj.jpg) no-repeat center;
}

.list .l_ztn5 .title h3 {
    color: #ffffff;
}

.list .l_ztn5 .container {
    overflow: hidden;
    margin-bottom: 162px;
}

.list .l_ztn5 .container>div {
    width: 50%;
    float: left;
}

.list .l_ztn5 .container .fir img.pc {
    margin-right: 45px;
    float: right;
}

.list .l_ztn5 .container .fir img.m {
    display: none;
}

.list .l_ztn5 .sec {
    width: 435px;
    text-align: left;
}

.list .l_ztn5 .container .sec {
    padding-top: 50px;
}

.list .l_ztn5 .container .sec p {
    height: 75px;
    line-height: 75px;
    border-bottom: solid 1px #5c6483;
    margin-bottom: 15px;
    font-size: 30px;
    color: #ffffff;
}

.list .l_ztn5 .container .sec p span {
    display: block;
    font-size: 48px;
    color: #677092;
    font-weight: bold;
    line-height: 75px;
    margin-right: 20px;
    float: left;
}

.list .l_ztn6 {
    width: 1200px;
    margin: 0 auto;
    background-color: #f2f2f2;
    position: relative;
    top: -60px;
}

.list .l_ztn6 .container {
    width: 1056px;
    height: 475px;
    margin: 0 auto;
    background: url(../images/l_ztn6_bj.png) no-repeat center;
    position: relative;
    margin-bottom: 93px;
}

.list .l_ztn6 .container .vs {
    position: absolute;
    top: -35px;
    left: 400px;
}

.list .l_ztn6 .container>div {
    width: 50%;
    float: left;
}

.list .l_ztn6 .container p {
    width: 225px;
    height: 50px;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    margin-top: 52px;
}

.list .l_ztn6 .container .self p {
    border: solid 2px #595959;
    color: #595959;
    margin-left: 135px;
}

.list .l_ztn6 .container .my p {
    border: solid 2px #ffffff;
    color: #ffffff;
    margin-left: 165px;
}

.list .l_ztn6 .container ul {
    margin-top: 38px;
}

.list .l_ztn6 .container .self ul {
    margin-left: 115px;
}

.list .l_ztn6 .container .my ul {
    margin-left: 147px;
}

.list .l_ztn6 .container ul li {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 24px;
    padding-left: 50px;
}

.list .l_ztn6 .container .self ul li {
    color: #595959;
    background: url(../images/l_ztn6_self_1.png) no-repeat left center;
}

.list .l_ztn6 .container .my ul li {
    color: #ffffff;
    background: url(../images/l_ztn6_my_1.png) no-repeat left center;
}

.list .l_ztn7 .title {
    margin: 43px 0 60px 0;
}

.list .l_ztn7 .container {
    width: 1200px;
    margin: 0 auto;
    height: 555px;
}

.list .l_ztn7 .container ul li {
    width: 335px;
    height: 465px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.list .l_ztn7 .container ul li.yhkh {
    background-color: #e1584c;
}

.list .l_ztn7 .container ul li.sbkh {
    background-color: #6c5ebd;
}

.list .l_ztn7 .container ul li.sqsk {
    background-color: #78b89f;
}

.list .l_ztn7 .container ul li.csjz {
    background-color: #274154;
}

.list .l_ztn7 .container ul li.sbsq {
    background-color: #4a4f63;
}

.list .l_ztn7 .container ul li p {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 45px;
    padding-left: 35px;
}

.list .l_ztn7 .container ul li p.xq {
    margin-left: 0;
    margin-top: 0;
    text-align: right;
    margin-right: 20px;
    position: absolute;
    bottom: 24px;
    right: 0;
}

.list .l_ztn7 .container ul li p.xq a {
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.list .l_ztn7 .container ul li span {
    width: 160px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 24px;
    margin-top: 15px;
    padding-left: 35px;
}

.list .l_ztn7 .container ul li img {
    margin: 0 auto;
    margin-top: 28px;
}

.list .l_ztn2 .container ul img.m_jt {
    display: none;
}

.list .l_ztn2 .container ul img.m_jtx {
    display: none;
}

.list .l_ztn2 .container ul img.m_jty {
    display: none;
}

.list .l_ztn2 .container ul img.end {
    display: none;
}

.list .l_ztn7 .container ul li.sbsq img {
    margin-top: 60px;
}

.list .l_ztn8 {
    background: url(../images/l_ztn8_bj.jpg) no-repeat center;
    background-size: 100%;
}

.list .l_ztn8 .main {
    overflow: hidden;
}

.list .l_ztn8 .container {
    margin: 30px 0 105px 70px;
    overflow: hidden;
}

.list .l_ztn8 .container .box {
    width: 332px;
    height: 336px;
    background-color: #ffffff;
    float: left;
    margin-right: 30px;
}

.list .l_ztn8 .container .box img {
    margin: 40px auto 10px auto
}

.list .l_ztn8 .container .box p {
    font-size: 30px;
    color: #303030;
    text-align: center;
}

.list .l_ztn8 .container .box:hover p {
    color: #c7161c;
}

.list .l_ztn8 .container .box span {
    display: block;
    width: 280px;
    margin: 20px auto 0 auto;
    font-size: 16px;
    color: #898989;
    line-height: 26px;
}

.list .l_ztn9 {
    /*background: url(../images/l_ztn9_bj.jpg) no-repeat center;*/
}

.list .l_ztn9 .container {
    overflow: hidden;
    margin-bottom: 70px;
}

.list .l_ztn9 .container>div {
    width: 50%;
    float: left;
}

.list .l_ztn9 .container ul {
    width: 498px;
}

.list .l_ztn9 .container .left ul {
    float: right;
}

.list .l_ztn9 .container ul li {
    height: 48px;
    line-height: 48px;
    margin-bottom: 32px;
}

.list .l_ztn9 .container .left ul li {
    background: url(../images/l_ztn9_bj_1.png) no-repeat center;
}

.list .l_ztn9 .container .right ul li {
    background: url(../images/l_ztn9_bj_2.png) no-repeat center;
}

.list .l_ztn9 .container ul li img {
    float: left;
    margin: 6.5px 14px 0 50px;
}

.list .l_ztn9 .container ul li a {
    display: block;
    width: 395px;
    float: left;
    font-size: 19px;
    font-weight: bold;
    color: #686a70;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.list .l_ztn9 .container ul li:hover a {
    color: #c7161c;
}


/*内资公司注册*/


/*购买模块需要用通用样式，以免写多次样式*/

.list .shop {
    background-color: #f2f2f2;
}

.list .shop .container {
    overflow: hidden;
}

.list .shop .container>div {
    float: left;
    margin-top: 5px;
    margin-bottom: 58px;
}

.list .shop .container .left {
    width: 476px;
    overflow: hidden;
}

.list .shop .container .right {
    width: 700px;
    margin-left: 24px;
}

.list .shop .container .right p.des {
    display: none;
}

.list .shop .container .right h3 {
    font-size: 25px;
    color: #333333;
    font-weight: bold;
    margin: 10px auto 18px auto;
}

.list .shop .container .right .address {
    overflow: hidden;
}

.list .shop .container .right .address span {
    display: block;
    width: 73px;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}

.list .shop .container .right .address .ri {
    float: left;
}

.list .shop .container .right .address .ri p {
    width: 80px;
    height: 30px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #d7d7d7;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-right: 5px;
}

.list .shop .container .right .address .ri p.xz {
    color: #ffffff;
    background-color: #c7161c;
}

.list .shop .container .right .address .ri p:hover {
    color: #ffffff;
    background-color: #c7161c;
}

.list .shop .container .right .money {
    width: 680px;
    height: 85px;
    background: url(../images/shop_money.jpg) no-repeat center;
    overflow: hidden;
}

.list .shop .container .right .money .shu {
    display: block;
    font-size: 14px;
    color: #595959;
    line-height: 80px;
    float: left;
    margin-left: 10px;
}

.list .shop .container .right .kf {
    width: 140px;
    height: 40px;
    background-color: #c7161c;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

.list .shop .container .right .kf a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.list .shop .container .right .money p {
    float: left;
}

.list .shop .container .right .money p span {
    line-height: 75px;
    color: #ff0000;
}

.list .shop .container .right .money p span:first-child {
    font-size: 30px;
    font-weight: bold;
    margin: 0 10px 0 10px;
}


/*购买模块需要用通用样式，以免写多次样式*/

.gszc_nz .mianbao {
    background-color: #f2f2f2;
}

.gszc_nz .l_ztn .title h3 {
    font-size: 48px;
    font-weight: bold;
}

.gszc_nz .l_ztn .title img {
    margin: 13px auto 0 auto;
}

.gszc_nz .l_ztn1 {
    background: none;
    height: auto;
}

.gszc_nz .l_ztn1 .container {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
}

.gszc_nz .l_ztn1 .container>div {
    float: left;
    box-sizing: border-box;
}

.gszc_nz .l_ztn1 .container .left {
    width: 560px;
    margin-left: 100px;
    margin-right: 0;
}

.gszc_nz .l_ztn1 .container .left div {
    margin-bottom: 30px;
    overflow: hidden;
}

.gszc_nz .l_ztn1 .container .left p {
    height: 52px;
    line-height: 52px;
    float: left;
    margin-bottom: 20px;
}

.gszc_nz .l_ztn1 .container .left p.ques {
    font-size: 24px;
    color: #585858;
    font-weight: bold;
}

.gszc_nz .l_ztn1 .container .left p.form {
    font-size: 20px;
    color: #7f7f7f;
}

.gszc_nz .l_ztn1 .container .left p img {
    float: left;
    margin: 0 25px 0 0;
}

.gszc_nz .l_ztn1 .container .right {
    width: 540px;
    margin-top: 0;
}

.gszc_nz .l_ztn1 .container .right img {
    margin: 0 auto;
    cursor: pointer;
}

.gszc_nz .l_ztn2 {
    background: url(../images/gszc_nz_ztn2_bj.jpg) no-repeat center;
}

.gszc_nz .l_ztn2 .container {
    width: 940px;
    overflow: hidden;
    margin: 0 auto 120px auto;
}

.gszc_nz .l_ztn2 .container .box {
    width: 160px;
    float: left;
}

.gszc_nz .l_ztn2 .container .box img {
    margin: 0 auto;
}

.gszc_nz .l_ztn2 .container .box p {
    font-size: 24px;
    color: #666666;
    margin-top: 15px;
    text-align: center;
}

.gszc_nz .l_ztn2 .container .box6 {
    display: none;
}

.gszc_nz .l_ztn2 .container .jt {
    float: left;
    margin: 40px auto 0 auto;
}

.gszc_nz .l_ztn2 .container img.m {
    display: none;
}

.gszc_nz .l_ztn3 {
    background: url(../images/gszc_nz_ztn3_bj.png) no-repeat 55px center;
}

.gszc_nz .l_ztn3 .container {
    position: relative;
    width: 1200px;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
}

.gszc_nz .l_ztn3 .container .box {
    position: absolute;
    width: 328px;
    height: 208px;
}

.gszc_nz .l_ztn3 .container .box1 {
    left: 30px;
    background: url(../images/gszc_nz_ztn3_1.png) no-repeat center;
}

.gszc_nz .l_ztn3 .container .box2 {
    left: 234px;
    background: url(../images/gszc_nz_ztn3_2.png) no-repeat center;
}

.gszc_nz .l_ztn3 .container .box3 {
    left: 438px;
    background: url(../images/gszc_nz_ztn3_3.png) no-repeat center;
}

.gszc_nz .l_ztn3 .container .box4 {
    left: 642px;
    background: url(../images/gszc_nz_ztn3_2.png) no-repeat center;
}

.gszc_nz .l_ztn3 .container .box5 {
    left: 846px;
    background: url(../images/gszc_nz_ztn3_3.png) no-repeat center;
}

.gszc_nz .l_ztn3 .container .box p {
    font-size: 48px;
    color: #c5c5c5;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.gszc_nz .l_ztn3 .container .box1 p {
    color: #a7bfc7;
}

.gszc_nz .l_ztn3 .container .box span {
    width: 130px;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    color: #999999;
    text-align: center;
}

.gszc_nz .l_ztn3 .container .box1 span {
    color: #617f89;
}

.gszc_nz .l_ztn3 .container .box2 span,
.gszc_nz .l_ztn3 .container .box4 span {
    margin-top: 80px;
}

.gszc_nz .l_ztn5 {
    background-repeat: repeat;
}

.gszc_nz .l_ztn5 .container {
    margin-bottom: 130px;
}

.gszc_nz .l_ztn5 .title p {
    font-size: 24px;
    color: #adb0b5;
    text-align: center;
}

.gszc_nz .l_ztn5 .container .fir img.pc {
    margin-right: 0;
}

.gszc_nz .l_ztn5 .container .sec {
    padding-top: 0;
    padding-left: 70px;
    box-sizing: border-box;
}

.gszc_nz .l_ztn5 .container .sec p {
    border-bottom: solid 1px #4a8993;
    margin-right: 60px;
}

.gszc_nz .l_ztn5 .container .sec p span {
    color: #4a8993;
}

.gszc_nz .l_ztn6 .container {
    background: url(../images/gszc_nz_ztn6_bj2.jpg) no-repeat center;
}

.gszc_nz .l_ztn7 .container ul li.yhkh {
    background-color: #254788;
    background: url(../images/gszc_nz_ztn7_1.jpg) no-repeat center;
    background-size: 100%;
}

.gszc_nz .l_ztn7 .container ul li.csjz {
    background: url(../images/gszc_nz_ztn7_2.jpg) no-repeat center;
    background-size: 100%;
}

.gszc_nz .l_ztn7 .container ul li.sbsq {
    background: url(../images/gszc_nz_ztn7_3.jpg) no-repeat center;
    background-size: 100%;
}

.gszc_nz .l_ztn7 .container ul li.sqsk {
    background: url(../images/gszc_nz_ztn7_4.jpg) no-repeat center;
    background-size: 100%;
}

.gszc_nz .l_ztn7 .container ul li.sbkh {
    background: url(../images/gszc_nz_ztn7_5.jpg) no-repeat center;
    background-size: 100%;
}


/*内资公司注册*/


/*公司变更聚合页*/

.gsbg .l_ztn1 {
    height: auto;
    background: url(../images/gsbg_ztn1_bj.jpg) no-repeat center;
}

.gsbg .l_ztn1 .title {
    margin: 55px 0 50px 0;
}

.gsbg .l_ztn1 .title h3 {
    color: #ffffff;
}

.gsbg .l_ztn1 .title h3 span {
    color: #c7161c;
}

.gsbg .l_ztn1 .title p {
    color: #aaaaad;
}

.gsbg .l_ztn1 .main {
    width: 945px;
    margin: 0 auto;
}

.gsbg .l_ztn1 .container {
    width: 960px;
    margin-bottom: 50px;
    overflow: hidden;
}

.gsbg .l_ztn1 .container .box {
    width: 225px;
    background-color: #ffffff;
    margin: 0 15px 15px 0;
    overflow: hidden;
    float: left;
}

.gsbg .ztn1_xial {
    display: none;
}

.gsbg .l_ztn1 .container .box h3 {
    font-size: 20px;
    color: #41465a;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.gsbg .l_ztn1 .container .box span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #b0b2b8;
    margin-top: 5px;
}

.gsbg .l_ztn1 .container .box p {
    width: 125px;
    height: 30px;
    background-color: #41465a;
    border-radius: 5px;
    margin: 23px auto 25px auto;
}

.gsbg .l_ztn1 .container .box:hover p {
    background-color: #c7161c;
}

.gsbg .l_ztn1 .container .box p a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.gsbg .l_ztn1 .container .box:hover h3 {
    color: #c7161c
}

.gsbg .l_ztn2 {
    height: 447px;
}

.gsbg .l_ztn2 .container {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

.gsbg .l_ztn2 .container .box {
    position: absolute;
    width: 210px;
    height: 137px;
}

.gsbg .l_ztn2 .container .box p {
    font-size: 24px;
    color: #ffffff;
    width: 100px;
    text-align: center;
    margin-top: 37px;
    margin-left: 51px;
}

.gsbg .l_ztn2 .container .box1 p {
    margin-top: 52px;
}

.gsbg .l_ztn2 .container .box4 p {
    margin-left: 40px;
    width: 125px;
}

.gsbg .l_ztn2 .container .box1 {
    background: url(../images/gsbg_ztn2_1.png) no-repeat center;
}

.gsbg .l_ztn2 .container .box2 {
    left: 194px;
    background: url(../images/gsbg_ztn2_2.png) no-repeat center;
}

.gsbg .l_ztn2 .container .box3 {
    left: 388px;
    background: url(../images/gsbg_ztn2_3.png) no-repeat center;
}

.gsbg .l_ztn2 .container .box4 {
    left: 582px;
    background: url(../images/gsbg_ztn2_4.png) no-repeat center;
}

.gsbg .l_ztn2 .container .box5 {
    left: 782px;
    background: url(../images/gsbg_ztn2_5.png) no-repeat center;
}

.gsbg .l_ztn3 {
    background: none;
    background-color: #f4f4f4;
    height: 754px;
}

.gsbg .l_ztn3 .container {
    width: 1200px;
    margin: 0 auto;
}

.gsbg .l_ztn3 .container .left {
    width: 690px;
    float: left;
    position: relative;
    background: url(../images/gsbg_ztn3_1.png) no-repeat right center;
    height: 450px;
}

.gsbg .l_ztn3 .container .left img.gsgb_jt {
    right: 10px;
    top: 40px;
    position: absolute;
}

.gsbg .l_ztn3 .container .right {
    width: 510px;
    float: left;
    padding-top: 30px;
}

.gsbg .l_ztn3 .container .right p {
    font-size: 24px;
    color: #646464;
    margin-bottom: 12px;
    line-height: 47px;
}

.gsbg .l_ztn3 .container .right p span {
    display: block;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #f9991f;
    color: #ffffff;
    text-align: center;
    margin: 0 30px 0 18px;
    float: left;
}

.gsbg .l_ztn4 {
    background: url(../images/gsbg_ztn4_bj.jpg) no-repeat center;
}

.gsbg .l_ztn4 .title h3 {
    color: #ffffff;
}

.gsbg .l_ztn4 .title h3 span {
    color: #e1584c;
}

.gsbg .l_ztn4 .container {
    height: 615px;
    position: relative;
    background: url(../images/gsbg_ztn4_bj.png) no-repeat center 32px;
    width: 1200px;
    margin: 0 auto;
}

.gsbg .l_ztn4 .container p {
    font-size: 24px;
    color: #b1b2b8;
    position: absolute;
}

.gsbg .l_ztn4 .container p:first-child {
    left: 262px;
    top: 4px;
}

.gsbg .l_ztn4 .container p:nth-child(2) {
    right: 263px;
    top: 4px;
}

.gsbg .l_ztn4 .container p:nth-child(3) {
    left: 165px;
    top: 107px;
}

.gsbg .l_ztn4 .container p:nth-child(4) {
    right: 192px;
    top: 107px;
}

.gsbg .l_ztn4 .container p:nth-child(5) {
    left: 176px;
    top: 243px;
}

.gsbg .l_ztn4 .container p:nth-child(6) {
    right: 180px;
    top: 243px;
}

.gsbg .l_ztn4 .container p:nth-child(7) {
    left: 277px;
    top: 344px;
}

.gsbg .l_ztn4 .container p:nth-child(8) {
    right: 254px;
    top: 344px;
}

.gsbg .l_ztn4 .container span {
    display: block;
    position: absolute;
    width: 364px;
    height: 66px;
    background-color: #e1584c;
    border-radius: 10px;
    bottom: 100px;
    left: 418px;
}

.gsbg .l_ztn4 .container span a {
    display: block;
    line-height: 66px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

.gsbg .l_ztn6 {
    background: none;
    top: 0;
}

.gsbg .l_ztn6 .container {
    width: 1200px;
    background: url(../images/gsbg_ztn6_bj.jpg) no-repeat center;
}

.gsbg .l_ztn6 .container .self p {
    border: solid 2px #bbbaba;
    color: #bbbaba;
}

.gsbg .l_ztn6 .container .self ul li {
    color: #bbbaba;
    background: url(../images/gsbg_ztn6_self_1.png) no-repeat left center;
}

.gsbg .l_ztn6 .container .vs {
    left: 491px;
}

.gsbg .l_ztn7 {
    background: url(../images/gsbg_ztn7_bj.jpg) no-repeat center;
}

.gsbg .l_ztn7 .container ul li.yhkh {
    background-color: #254788;
    background: url(../images/gsbg_nz_ztn7_1.jpg) no-repeat center;
    background-size: 100%;
}

.gsbg .l_ztn7 .container ul li.csjz {
    background: url(../images/gsbg_nz_ztn7_2.jpg) no-repeat center;
    background-size: 100%;
}

.gsbg .l_ztn7 .container ul li.sbsq {
    background: url(../images/gsbg_nz_ztn7_3.jpg) no-repeat center;
    background-size: 100%;
}

.gsbg .l_ztn7 .container ul li.sqsk {
    background: url(../images/gsbg_nz_ztn7_4.jpg) no-repeat center;
    background-size: 100%;
}

.gsbg .l_ztn7 .container ul li.sbkh {
    background: url(../images/gsbg_nz_ztn7_5.jpg) no-repeat center;
    background-size: 100%;
}


/*公司变更聚合页*/


/*公司变更内容页聚合页*/

.gsbg_content .mianbao {
    background-color: #f2f2f2;
}

.gsbg_content .biaodan .container {
    width: 100%;
}

.gsbg_content .biaodan .form form p {
    margin-left: 170px;
}

.gsbg_content .biaodan .form form label input.gongsi {
    background-color: #ffffff;
}

.gsbg_content .l_ztn1 {
    height: auto;
    background: url(../images/gsbg_con_ztn1_bj.jpg) no-repeat center;
}

.gsbg_content .l_ztn1 .title h3 {
    color: #282828;
}

.gsbg_content .l_ztn1 .container {
    width: 1200px;
    height: 565px;
    background: url(../images/gsbg_con_ztn1_bj2.png) no-repeat center;
    margin: 0 auto 55px auto;
    position: relative;
}

.gsbg_content .l_ztn1 .container .box {
    position: absolute;
}

.gsbg_content .l_ztn1 .container .box1 {
    width: 315px;
    left: 109px;
    top: 86px;
}

.gsbg_content .l_ztn1 .container .box2 {
    width: 220px;
    left: 504px;
    top: 23px;
}

.gsbg_content .l_ztn1 .container .box3 {
    width: 265px;
    left: 780px;
    top: 111px;
}

.gsbg_content .l_ztn1 .container .box4 {
    width: 350px;
    left: 764px;
    top: 242px;
}

.gsbg_content .l_ztn1 .container .zx {
    width: 305px;
    height: 65px;
    background-color: #c47878;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 457px;
}

.gsbg_content .l_ztn1 .container .zx a {
    display: block;
    font-size: 24px;
    color: #ffffff;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
}

.gsbg_content .l_ztn2 {
    background: url(../images/gsbg_con_ztn2_bj.jpg) no-repeat center;
}

.gsbg_content .l_ztn2 .container {
    width: 1128px;
    overflow: hidden;
    margin: 20px auto 160px auto;
}

.gsbg_content .l_ztn2 .container .box {
    position: relative;
    width: 188px;
    height: 188px;
    background: url(../images/gsbg_con_ztn2_huang.png) no-repeat left center;
    float: left;
}

.gsbg_content .l_ztn2 .container .xz {
    background: url(../images/gsbg_con_ztn2_hong.png) no-repeat left center;
}

.gsbg_content .l_ztn2 .container .box p {
    font-size: 20px;
    color: #282828;
    position: absolute;
    right: 0;
    top: 30px;
    font-weight: bold;
    width: 100px;
    text-align: center;
}

.gsbg_content .l_ztn2 .container .box span {
    font-size: 43px;
    color: #ffffff;
    position: absolute;
    left: 41px;
    top: 91px;
}

.gsbg_content .l_ztn2 .container .box img.heng {
    position: absolute;
    right: 0;
    top: 118px;
}

.gsbg_content .l_ztn2 .container .box img.jt {
    position: absolute;
    bottom: 0;
    right: 18px;
}

.gsbg_content .l_ztn3 {
    background: none;
}

.gsbg_content .l_ztn3 .container {
    width: 1052px;
    margin: 0 auto 54px auto;
    overflow: hidden;
}

.gsbg_content .l_ztn3 .container .box {
    width: 263px;
    float: left;
}

.gsbg_content .l_ztn3 .container .box p {
    width: 263px;
    height: 198px;
}

.gsbg_content .l_ztn3 .container .box p.d {
    font-size: 26px;
    color: #ffffff;
    box-sizing: border-box;
}

.gsbg_content .l_ztn3 .container .box p.d1 {
    background: url(../images/gsbg_con_ztn3_2.jpg) no-repeat center;
    padding: 60px 50px;
}

.gsbg_content .l_ztn3 .container .box p.d2 {
    background: url(../images/gsbg_con_ztn3_3.jpg) no-repeat center;
    padding: 80px 50px;
}

.gsbg_content .l_ztn3 .container .box p.d3 {
    background: url(../images/gsbg_con_ztn3_6.jpg) no-repeat center;
    padding: 80px 70px;
}

.gsbg_content .l_ztn3 .container .box p.d4 {
    background: url(../images/gsbg_con_ztn3_7.jpg) no-repeat center;
    padding: 80px 50px;
}

.gsbg_content .l_ztn4 {
    background: url(../images/gsbg_con_ztn4_bj.jpg) no-repeat center;
}

.gsbg_content .l_ztn4 .title h3 {
    color: #ffffff;
}

.gsbg_content .l_ztn4 .title p {
    display: none;
}

.gsbg_content .l_ztn4 .container {
    width: 1200px;
    margin: 0 auto 110px auto;
    background: url(../images/gsbg_con_ztn4_1.png) no-repeat center;
    height: 386px;
    position: relative;
}

.gsbg_content .l_ztn4 .container p {
    font-size: 24px;
    color: #ffffff;
    position: absolute;
}

.gsbg_content .l_ztn4 .container p:first-child {
    left: 220px;
    top: 33px;
}

.gsbg_content .l_ztn4 .container p:nth-child(2) {
    right: 236px;
    top: 33px;
}

.gsbg_content .l_ztn4 .container p:nth-child(3) {
    left: 220px;
    top: 323px;
}

.gsbg_content .l_ztn4 .container p:nth-child(4) {
    right: 202px;
    top: 323px;
}

.gsbg_content .l_ztn5 {
    background: none;
}

.gsbg_content .l_ztn5 .title h3 {
    color: #282828;
}

.gsbg_content .l_ztn5 .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 480px;
    margin-bottom: 50px;
}

.gsbg_content .l_ztn5 .container .box {
    width: 270px;
    height: 430px;
    position: absolute;
}

.gsbg_content .l_ztn5 .container .box1 {
    left: 37px;
    top: 20px;
    background: url(../images/gsbg_con_ztn5_1.png) no-repeat center;
}

.gsbg_content .l_ztn5 .container .box2 {
    left: 324px;
    top: 50px;
    background: url(../images/gsbg_con_ztn5_2.png) no-repeat center;
}

.gsbg_content .l_ztn5 .container .box3 {
    left: 611px;
    background: url(../images/gsbg_con_ztn5_3.png) no-repeat center;
}

.gsbg_content .l_ztn5 .container .box4 {
    left: 898px;
    top: 20px;
    background: url(../images/gsbg_con_ztn5_4.png) no-repeat center;
}

.gsbg_content .l_ztn5 .container .box p {
    float: right;
    font-size: 24px;
    color: #ff5e06;
    font-weight: bold;
    width: 153px;
    margin: 56px 10px 10px 0;
}

.gsbg_content .l_ztn5 .container .box3 p {
    margin: 100px 10px 10px 0;
}

.gsbg_content .l_ztn5 .container .box4 p {
    margin: 100px 10px 10px 0;
}

.gsbg_content .l_ztn5 .container .box span {
    float: right;
    width: 153px;
    display: block;
    font-size: 16px;
    color: #6f6f6f;
    line-height: 24px;
    margin-right: 10px;
}

.gsbg_content .l_ztn1 .container .box p {
    font-size: 24px;
    color: #282828;
}

.gsbg_content .l_ztn1 .container .box4 p {
    color: #ffffff;
    margin-top: 5px;
}

.gsbg_content .l_ztn1 .container .box4 p span {
    display: inline;
    font-size: 24px;
}

.gsbg_content .l_ztn1 .container .box4 p span.y {
    color: #fcceaa;
}

.gsbg_content .l_ztn1 .container .box4 p span.h {
    color: #ea6e6e;
}

.gsbg_content .l_ztn1 .container .box span {
    display: block;
    font-size: 18px;
    color: #616161;
    margin-top: 12px;
}

.gsbg_content .l_ztn1 .container .box4 span {
    color: #737388;
}

.gsbg_content .l_ztn6 {
    top: 0;
    background-color: #ffffff;
}

.gsbg_content .l_ztn6 .container {
    width: 1200px;
    background: url(../images/gsbg_ztn6_bj.jpg) no-repeat center;
}

.gsbg_content .l_ztn6 .container .self p {
    border: solid 2px #bbbaba;
    color: #bbbaba;
}

.gsbg_content .l_ztn6 .container .self ul li {
    color: #bbbaba;
    background: url(../images/gsbg_ztn6_self_1.png) no-repeat left center;
}

.gsbg_content .l_ztn6 .container .vs {
    left: 491px;
}

.gsbg_content .l_ztn7 {
    background: url(../images/gsbg_ztn7_bj.jpg) no-repeat center;
}

.gsbg_content .l_ztn7 .container ul li.yhkh {
    background-color: #254788;
    background: url(../images/gsbg_nz_ztn7_1.jpg) no-repeat center;
    background-size: 100%;
}

.gsbg_content .l_ztn7 .container ul li.csjz {
    background: url(../images/gsbg_nz_ztn7_2.jpg) no-repeat center;
    background-size: 100%;
}

.gsbg_content .l_ztn7 .container ul li.sbsq {
    background: url(../images/gsbg_nz_ztn7_3.jpg) no-repeat center;
    background-size: 100%;
}

.gsbg_content .l_ztn7 .container ul li.sqsk {
    background: url(../images/gsbg_nz_ztn7_4.jpg) no-repeat center;
    background-size: 100%;
}

.gsbg_content .l_ztn7 .container ul li.sbkh {
    background: url(../images/gsbg_nz_ztn7_5.jpg) no-repeat center;
    background-size: 100%;
}


/*公司变更内容页聚合页*/


/*公司注销页面*/

.gszx .l_ztn1 .title {
    display: none;
}

.gszx .l_ztn1 .main {
    width: 825px;
    margin: 0 auto;
    overflow: hidden;
}

.gszx .l_ztn1 .container {
    width: 840px;
    margin-bottom: 50px;
    margin-top: 60px;
    overflow: hidden;
}

.gszx .l_ztn1 .container .box {
    width: 265px;
    background-color: #ffffff;
    margin: 0 15px 15px 0;
    overflow: hidden;
    float: left;
}

.gszx .ztn1_xial {
    display: none;
}

.gszx .l_ztn1 .container .box h3 {
    font-size: 20px;
    color: #41465a;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.gszx .l_ztn1 .container .box span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #b0b2b8;
    margin-top: 5px;
}

.gszx .l_ztn1 .container .box p {
    width: 125px;
    height: 30px;
    background-color: #41465a;
    border-radius: 5px;
    margin: 23px auto 25px auto;
}

.gszx .l_ztn1 .container .box:hover p {
    background-color: #c7161c;
}

.gszx .l_ztn1 .container .box p a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.gszx .l_ztn1 .container .box:hover h3 {
    color: #c7161c
}

.gszx .l_ztn2 .title p {
    color: #767676;
}

.gszx .l_ztn2 .main {
    width: 1090px;
    margin: 0 auto;
}

.gszx .l_ztn2 .main .container {
    width: 1095px;
    overflow: hidden;
    margin: 0 auto 70px auto;
}

.gszx .l_ztn2 .main .container .box {
    width: 214px;
    margin-right: 5px;
    float: left;
    position: relative;
}

.gszx .l_ztn2 .main .container .box p {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    width: 214px;
    text-align: center;
    top: 107px;
}

.gszx .l_ztn3 {
    background: url(../images/gszx_ztn3_bj.jpg) no-repeat center;
}

.gszx .l_ztn3 .title {
    margin: 80px 0 95px 0;
}

.gszx .l_ztn3 .title h3 {
    color: #ffffff;
}

.gszx .l_ztn3 .title p {
    color: #b2b3ba;
}

.gszx .l_ztn3 .main {
    width: 890px;
    margin: 0 auto;
}

.gszx .l_ztn3 .main .container {
    width: 960px;
    height: 275px;
    margin-bottom: 65px;
}

.gszx .l_ztn3 .main .container .box {
    width: 250px;
    height: 88px;
    float: left;
    border: dashed 1px #b2b3ba;
    border-radius: 10px;
    margin-bottom: 82px;
    box-sizing: border-box;
    position: relative;
}

.gszx .l_ztn3 .main .container .box.xz {
    border: dashed 1px #ffd823;
}

.gszx .l_ztn3 .main .container .box .yuan {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -16px;
    left: -16px;
}

.gszx .l_ztn3 .main .container .box.xz .yuan {
    background-color: #ffd823;
}

.gszx .l_ztn3 .main .container .box .yuan img {
    margin: 8.5px;
}

.gszx .l_ztn3 .main .container .box p {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 20px 0 3px 0;
}

.gszx .l_ztn3 .main .container .box.xz p {
    color: #ffd823;
}

.gszx .l_ztn3 .main .container .box span {
    display: block;
    font-size: 12px;
    color: #6d707d;
    text-align: center;
}

.gszx .l_ztn3 .main .container .box.xz span {
    color: #ffd823;
}

.gszx .l_ztn3 .main .container .lj {
    float: left;
    margin-top: 43px;
}

.gszx .l_ztn3 .main .container .you {
    float: right;
}

.gszx .l_ztn3 .main .container .you1 {
    margin-right: 70px;
}

.gszx .l_ztn3 .main .container .you1 .shu {
    margin-right: 70px;
    position: absolute;
    top: -83px;
    left: 125px;
}

.gszx .l_ztn4 .container .box {
    height: 80px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.gszx .l_ztn4 .container .box1 {
    background: url(../images/gszx_ztn4_1.png) no-repeat center;
}

.gszx .l_ztn4 .container .box2 {
    background: url(../images/gszx_ztn4_2.png) no-repeat center;
}

.gszx .l_ztn4 .container .box3 {
    background: url(../images/gszx_ztn4_3.png) no-repeat center;
}

.gszx .l_ztn4 .container .box4 {
    background: url(../images/gszx_ztn4_4.png) no-repeat center;
}

.gszx .l_ztn4 .container .box5 {
    background: url(../images/gszx_ztn4_5.png) no-repeat center;
}

.gszx .l_ztn4 .container .box span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 28px;
    color: #ffffff;
}

.gszx .l_ztn4 .container .box1 span {
    margin-top: 39px;
}

.gszx .l_ztn4 .container .box p {
    width: 266px;
    height: 65px;
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    box-sizing: border-box;
    top: 7.5px;
    text-align: center;
}

.gszx .l_ztn4 .container .box1 p {
    right: 245px;
    padding: 17px 0 0 145px;
    background: url(../images/gszx_ztn4_1_1.png) no-repeat center;
}

.gszx .l_ztn4 .container .box2 p {
    left: 203px;
    padding: 17px 0 0 79px;
    background: url(../images/gszx_ztn4_2_1.png) no-repeat center;
}

.gszx .l_ztn4 .container .box3 p {
    right: 146px;
    padding: 3px 20px 0 145px;
    background: url(../images/gszx_ztn4_3_1.png) no-repeat center;
}

.gszx .l_ztn4 .container .box4 p {
    left: 88px;
    padding: 3px 25px 0 107px;
    background: url(../images/gszx_ztn4_4_1.png) no-repeat center;
}

.gszx .l_ztn4 .container .box5 p {
    right: 40px;
    padding: 3px 7px 0 134px;
    background: url(../images/gszx_ztn4_5_1.png) no-repeat center;
}

.gszx .l_ztn5 {
    background: url(../images/gszx_ztn5_bj.jpg) no-repeat center;
}

.gszx .l_ztn5 .title {
    margin: 80px auto 90px auto;
}

.gszx .l_ztn5 .main {
    width: 1025px;
    margin: 0 auto;
}

.gszx .l_ztn5 .container {
    width: 1075px;
    overflow: hidden;
    margin-bottom: 60px;
}

.gszx .l_ztn5 .container .box {
    width: 325px;
    height: 323px;
    float: left;
    background-size: 100%;
    margin-right: 25px;
}

.gszx .l_ztn5 .container .box1 {
    background: url(../images/gszx_ztn5_1.jpg) no-repeat center;
}

.gszx .l_ztn5 .container .box2 {
    background: url(../images/gszx_ztn5_2.jpg) no-repeat center;
}

.gszx .l_ztn5 .container .box3 {
    background: url(../images/gszx_ztn5_3.jpg) no-repeat center;
}

.gszx .l_ztn5 .container .box .quan {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
    margin: 40px auto 10px auto;
}

.gszx .l_ztn5 .container .box .quan img {
    margin: 4px;
    transition: 0.5s;
}

.gszx .l_ztn5 .container .box:hover .quan img {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transition: 0.8s;
}

.gszx .l_ztn5 .container .box p {
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 0 70px;
    margin-top: 20px;
    line-height: 35px;
}

.gszx .l_ztn7 .container ul li.yhkh {
    background-color: #254788;
    background: url(../images/gszx_nz_ztn7_1.jpg) no-repeat center;
    background-size: 100%;
}

.gszx .l_ztn7 .container ul li.csjz {
    background: url(../images/gszx_nz_ztn7_2.jpg) no-repeat center;
    background-size: 100%;
}

.gszx .l_ztn7 .container ul li.sbsq {
    background: url(../images/gszx_nz_ztn7_3.jpg) no-repeat center;
    background-size: 100%;
}

.gszx .l_ztn7 .container ul li.sqsk {
    background: url(../images/gszx_nz_ztn7_4.jpg) no-repeat center;
    background-size: 100%;
}

.gszx .l_ztn7 .container ul li.sbkh {
    background: url(../images/gszx_nz_ztn7_5.jpg) no-repeat center;
    background-size: 100%;
}


/*公司注销页面*/


/*公司注销内容页公司普通注销*/

.gszx_pt .mianbao {
    background-color: #f2f2f2;
}

.gszx_pt .l_ztn1 {
    height: auto;
    background: url(../images/gszx_pt_ztn1_bj.jpg) no-repeat center;
}

.gszx_pt .l_ztn1 .title {
    margin: 80px 0 0 0;
}

.gszx_pt .l_ztn1 .container {
    height: 685px;
    background: url(../images/gszx_pt_ztn1_bj2.png) no-repeat top center;
    margin-top: -33px;
    overflow: hidden;
}

.gszx_pt .l_ztn1 .container>div {
    overflow: hidden;
}

.gszx_pt .l_ztn1 .container p {
    font-size: 24px;
    color: #000400;
    font-weight: bold;
}

.gszx_pt .l_ztn1 .container .m {
    display: none;
}

.gszx_pt .l_ztn1 .container .hz {
    margin-top: 54px;
}

.gszx_pt .l_ztn1 .container .kh.first {
    margin-top: 122px;
}

.gszx_pt .l_ztn1 .container .kh.second {
    margin-top: 82px;
}

.gszx_pt .l_ztn1 .container .kh p {
    width: 565px;
    float: left;
    margin-left: 109px;
}

.gszx_pt .l_ztn1 .container .hz p {
    width: 625px;
    float: right;
    margin-right: 242px;
}

.gszx_pt .l_ztn1 .container p.cx {
    width: 300px;
    height: 60px;
    border-radius: 10px;
    background-color: #c7161c;
    margin: 75px auto 0 auto;
}

.gszx_pt .l_ztn1 .container p.cx a {
    display: block;
    font-size: 24px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.list .biaodan .form {
    margin: 50px auto 50px auto;
}

.gszx_pt .biaodan .form form label input.gongsi {
    background-color: #ffffff;
}

.gszx_pt .l_ztn2 {
    background-color: #f2f2f2;
}

.gszx_pt .l_ztn2 .container {
    width: 1036px;
    overflow: hidden;
    margin: 77px auto 160px auto;
}

.gszx_pt .l_ztn2 .container .box {
    width: 126px;
    height: 126px;
    float: left;
}

.gszx_pt .l_ztn2 .container img.jt {
    float: left;
    margin-top: 54px;
}

.gszx_pt .l_ztn2 .container .box1 {
    background: url(../images/gszx_pt_ztn2_box1.png) no-repeat center;
}

.gszx_pt .l_ztn2 .container .box2 {
    background: url(../images/gszx_pt_ztn2_box2.png) no-repeat center;
}

.gszx_pt .l_ztn2 .container .box3 {
    background: url(../images/gszx_pt_ztn2_box3.png) no-repeat center;
}

.gszx_pt .l_ztn2 .container .box4 {
    background: url(../images/gszx_pt_ztn2_box4.png) no-repeat center;
}

.gszx_pt .l_ztn2 .container .box5 {
    background: url(../images/gszx_pt_ztn2_box5.png) no-repeat center;
}

.gszx_pt .l_ztn2 .container .box6 {
    background: url(../images/gszx_pt_ztn2_box6.png) no-repeat center;
}

.gszx_pt .l_ztn2 .container .box p {
    font-size: 18px;
    color: #98bf16;
    width: 80px;
    text-align: center;
    margin: 38px auto;
}

.gszx_pt .l_ztn2 .container .box1 p {
    font-size: 22px;
    margin: 35px auto;
}

.gszx_pt .l_ztn3 {
    background: none;
}

.gszx_pt .l_ztn3 .container {
    height: 576px;
    background: url(../images/gszx_pt_ztn3_bj.png) no-repeat center;
    width: 1200px;
    margin: 0 auto 94px auto;
    position: relative;
}

.gszx_pt .l_ztn3 .container p {
    font-size: 22px;
    font-weight: bold;
    position: absolute;
}

.gszx_pt .l_ztn3 .container p:first-child {
    color: #178477;
    bottom: 22px;
    left: 445px;
}

.gszx_pt .l_ztn3 .container p:nth-child(2) {
    color: #429946;
    bottom: 112px;
    left: 575px;
}

.gszx_pt .l_ztn3 .container p:nth-child(3) {
    color: #b9c23a;
    bottom: 195px;
    left: 705px;
}

.gszx_pt .l_ztn3 .container p:nth-child(4) {
    color: #f5ae1a;
    bottom: 282px;
    left: 835px;
}

.gszx_pt .l_ztn3 .container p:nth-child(5) {
    color: #f08817;
    bottom: 520px;
    left: 819px;
}

.gszx_pt .l_ztn4 {
    background: url(../images/gszx_pt_ztn4_bj.jpg) no-repeat center;
}

.gszx_pt .l_ztn4 .title h3 {
    color: #ffffff;
}

.gszx_pt .l_ztn4 .container {
    position: relative;
    width: 1200px;
    height: 515px;
    margin: 0 auto;
}

.gszx_pt .l_ztn4 .container .box {
    border-bottom: solid 1px #65bdb7;
    padding-bottom: 28px;
    position: absolute;
    box-sizing: border-box;
    display: none;
}

.gszx_pt .l_ztn4 .container .box p {
    font-size: 24px;
    color: #93eae4;
}

.gszx_pt .l_ztn4 .container .box span {
    display: block;
    font-size: 12px;
    color: #3b817b;
}

.gszx_pt .l_ztn4 .container .box1 {
    width: 340px;
    padding-left: 35px;
    left: 112px;
    top: 34px;
}

.gszx_pt .l_ztn4 .container .box2 {
    width: 340px;
    padding-left: 35px;
    right: 113px;
    top: 34px;
}

.gszx_pt .l_ztn4 .container .box3 {
    width: 280px;
    padding-left: 35px;
    left: 172px;
    bottom: 210px;
}

.gszx_pt .l_ztn4 .container .box4 {
    width: 280px;
    padding-left: 55px;
    right: 173px;
    bottom: 210px;
}

.gszx_pt .l_ztn4 .container .yuan {
    position: absolute;
    top: 30px;
    left: 422.5px;
    transition: 1.5s;
}

.gszx_pt .l_ztn4 .container .yuan:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transition: 1.5s;
}

.gszx_pt .l_ztn5 {
    background: none;
}

.gszx_pt .l_ztn5 .title h3 {
    color: #282828;
}

.gszx_pt .l_ztn5 .container {
    width: 1200px;
    margin: 0 auto 75px auto;
    position: relative;
}

.gszx_pt .l_ztn5 .container .box {
    width: 365px;
    height: 284px;
    overflow: hidden;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    position: relative;
}

.gszx_pt .l_ztn5 .container .box1 {
    margin-left: 105px;
}

.gszx_pt .l_ztn5 .container .box2 {
    left: -65px;
}

.gszx_pt .l_ztn5 .container .box3 {
    left: -130px;
}

.gszx_pt .l_ztn5 .container .box .info {
    width: 100%;
    height: 93px;
    background-color: #282828;
    position: absolute;
    bottom: 60px;
}

.gszx_pt .l_ztn5 .container .box:hover .info {
    background-color: #98bf16;
}

.gszx_pt .l_ztn5 .container .box .info p {
    font-size: 24px;
    color: #ffffff;
    padding: 15px 97px 0 75px;
    text-align: center;
}

.gszx_pt .l_ztn6 {
    background: none;
    top: 0;
}

.gszx_pt .l_ztn6 .container {
    width: 1200px;
    background: url(../images/gsbg_ztn6_bj.jpg) no-repeat center;
}

.gszx_pt .l_ztn6 .container .self p {
    border: solid 2px #bbbaba;
    color: #bbbaba;
}

.gszx_pt .l_ztn6 .container .self ul li {
    color: #bbbaba;
    background: url(../images/gsbg_ztn6_self_1.png) no-repeat left center;
}

.gszx_pt .l_ztn6 .container .vs {
    left: 491px;
}

.gszx_pt .l_ztn7 {
    background-color: #f4f4f4;
}

.gszx_pt .l_ztn7 .container ul li.yhkh {
    background-color: #254788;
    background: url(../images/gszx_nz_ztn7_1.jpg) no-repeat center;
    background-size: 100%;
}

.gszx_pt .l_ztn7 .container ul li.csjz {
    background: url(../images/gszx_nz_ztn7_2.jpg) no-repeat center;
    background-size: 100%;
}

.gszx_pt .l_ztn7 .container ul li.sbsq {
    background: url(../images/gszx_nz_ztn7_3.jpg) no-repeat center;
    background-size: 100%;
}

.gszx_pt .l_ztn7 .container ul li.sqsk {
    background: url(../images/gszx_nz_ztn7_4.jpg) no-repeat center;
    background-size: 100%;
}

.gszx_pt .l_ztn7 .container ul li.sbkh {
    background: url(../images/gszx_nz_ztn7_5.jpg) no-repeat center;
    background-size: 100%;
}


/*公司注销内容页公司普通注销*/


/*代理记账聚合页*/

.dljz .l_ztn2 .container {
    width: 923px;
    margin: 0 auto;
    position: relative;
    height: 410px;
}

.dljz .l_ztn2 .container .box {
    width: 224px;
    height: 222px;
    position: absolute;
}

.dljz .l_ztn2 .container .box1 {
    background: url(../images/dljz_ztn2_x_1.png) no-repeat center;
}

.dljz .l_ztn2 .container .box2 {
    left: 172px;
    top: 171px;
    background: url(../images/dljz_ztn2_s_2.png) no-repeat center;
}

.dljz .l_ztn2 .container .box3 {
    left: 348px;
    background: url(../images/dljz_ztn2_x_11.png) no-repeat center;
}

.dljz .l_ztn2 .container .box4 {
    left: 520px;
    top: 171px;
    background: url(../images/dljz_ztn2_s_1.png) no-repeat center;
}

.dljz .l_ztn2 .container .box5 {
    left: 697px;
    background: url(../images/dljz_ztn2_x_11.png) no-repeat center;
}

.dljz .l_ztn2 .container .box img {
    margin: 48px 0 0 46px;
}

.dljz .l_ztn2 .container .box2 img {
    margin: 21px 0 0 46px;
}

.dljz .l_ztn2 .container .box4 img {
    margin: 15px 0 0 46px;
}

.dljz .l_ztn2 .container .box p {
    width: 113px;
    text-align: center;
    font-size: 19px;
    color: #6e6e6e;
    font-weight: bold;
    margin: 10px 0 0 46px;
}

.dljz .l_ztn2 .container .box2 p {
    margin: -10px 0 0 46px;
}

.dljz .l_ztn2 .container .box4 p {
    margin: -59px 0 0 46px;
}

@keyframes b1-1 {
    0% {
        top: -20px;
    }
    50% {
        top: 0;
    }
    100% {
        top: -20px;
    }
}

@keyframes b2-1 {
    0% {
        top: 191px;
    }
    50% {
        top: 171px;
    }
    100% {
        top: 191px;
    }
}

.dljz .l_ztn3 {
    background: url(../images/dljz_ztn3_bj.jpg) no-repeat center;
}

.dljz .l_ztn3 .main {
    width: 860px;
    margin: 0 auto;
}

.dljz .l_ztn3 .container {
    width: 900px;
    overflow: hidden;
}

.dljz .l_ztn3 .title {
    margin: 90px 0 50px 0;
}

.dljz .l_ztn3 .container .box {
    width: 260px;
    height: 224px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 80px;
    border-radius: 10px;
    margin-right: 40px;
    position: relative;
    float: left;
}

.dljz .l_ztn3 .container .box img {
    position: absolute;
    top: -60px;
    left: 65px;
}

.dljz .l_ztn3 .container .box p {
    padding: 90px 60px 0 60px;
    font-size: 24px;
    color: #282828;
    text-align: center;
}

.dljz .l_ztn4 .title {
    margin: 80px 0 40px 0;
}

.dljz .l_ztn4 .container {
    width: 1200px;
    height: 660px;
    margin: 0 auto;
    background: url(../images/dljz_ztn4_bj.png) no-repeat 100px 10px;
    position: relative;
    overflow: hidden;
}

.dljz .l_ztn4 .container .center {
    width: 303px;
    height: 303px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/dljz_ztn4_center.png) no-repeat center;
    margin: 168px auto 0 auto;
}

.dljz .l_ztn4 .container .center p {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin-top: 121.5px;
    color: #ffffff;
}

.dljz .l_ztn4 .container .box {
    width: 192px;
    height: 192px;
    border-radius: 50%;
    position: absolute;
}

.dljz .l_ztn4 .container .box1 {
    background-color: #f79d00;
    right: 504px;
    top: 0;
}

.dljz .l_ztn4 .container .box2 {
    background-color: #2b9fbb;
    left: 307px;
    bottom: 133px;
}

.dljz .l_ztn4 .container .box3 {
    background-color: #c65437;
    right: 307px;
    bottom: 126px;
}

.dljz .l_ztn4 .container .box span {
    display: block;
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.dljz .l_ztn4 .container .box p.des {
    padding: 0 35px;
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
    font-size: 20px;
}

.dljz .l_ztn4 .container .box p.key {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
}

.dljz .l_ztn4 .container .box1 p.key {
    right: -136px;
    top: 21px;
}

.dljz .l_ztn4 .container .box2 p.key {
    left: -185px;
    bottom: 71px;
}

.dljz .l_ztn4 .container .box3 p.key {
    right: -118px;
    bottom: 78px;
}

@keyframes ripple {
    0% {
        opacity: 0.95;
        width: 192px;
        height: 192px;
    }
    100% {
        opacity: 0.9;
        width: 200px;
        height: 200px;
    }
}

.dljz .l_ztn6 {
    background: none;
    top: 0;
}

.dljz .l_ztn6 .container {
    width: 1200px;
    background: url(../images/dljz_ztn6_bj.png) no-repeat center;
}

.dljz .l_ztn6 .container .self p {
    border: solid 2px #bbbaba;
    color: #bbbaba;
}

.dljz .l_ztn6 .container .self ul li {
    color: #bbbaba;
    background: url(../images/gsbg_ztn6_self_1.png) no-repeat left center;
}

.dljz .l_ztn6 .container .vs {
    left: 491px;
}

.dljz .l_ztn7 {
    background-color: #f4f4f4;
}

.dljz .l_ztn7 .title {
    margin: 80px 0 60px 0;
}

.dljz .l_ztn7 .container ul li.yhkh {
    background-color: #254788;
    background: url(../images/dljz_ztn7_1.jpg) no-repeat center;
    background-size: 100%;
}

.dljz .l_ztn7 .container ul li.csjz {
    background: url(../images/dljz_ztn7_2.jpg) no-repeat center;
    background-size: 100%;
}

.dljz .l_ztn7 .container ul li.sbsq {
    background: url(../images/dljz_ztn7_3.jpg) no-repeat center;
    background-size: 100%;
}

.dljz .l_ztn7 .container ul li.sqsk {
    background: url(../images/dljz_ztn7_4.jpg) no-repeat center;
    background-size: 100%;
}

.dljz .l_ztn7 .container ul li.sbkh {
    background: url(../images/dljz_ztn7_5.jpg) no-repeat center;
    background-size: 100%;
}


/*代理记账聚合页*/


/*代理记账内容页内资小规模*/

.dljz_nzxgm .mianbao {
    background-color: #f2f2f2;
}

.dljz_nzxgm .l_ztn1 {
    background: none;
    height: auto;
}

.dljz_nzxgm .l_ztn1 .main {
    width: 1200px;
    margin: 0 auto;
}

.dljz_nzxgm .l_ztn1 .container {
    background: url(../images/dljz_nzxgm_ztn1_bj.png) no-repeat 661px top;
    overflow: hidden;
}

.dljz_nzxgm .l_ztn1 .container p.cx {
    width: 333px;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin: 30px auto 0 auto;
    border-radius: 10px;
    background-color: #ab7474;
    cursor: pointer;
    margin-bottom: 66px;
}

.dljz_nzxgm .l_ztn1 .container ul {
    margin-left: 125px;
    margin-top: 15px;
}

.dljz_nzxgm .l_ztn1 .container ul li {
    overflow: hidden;
    margin-bottom: 35px;
}

.dljz_nzxgm .l_ztn1 .container ul li.last {
    margin-bottom: 0;
}

.dljz_nzxgm .l_ztn1 .container ul li span {
    font-size: 28px;
    width: 101px;
    height: 101px;
    padding-top: 10px;
    margin-right: 20px;
    font-weight: bold;
    display: block;
    float: left;
    text-align: center;
    color: #ffffff;
    font-style: oblique;
    background: url(../images/dljz_nzxgm_ztn1_1.png) no-repeat center;
    box-sizing: border-box;
}

.dljz_nzxgm .l_ztn1 .container ul li .ques {
    float: left;
}

.dljz_nzxgm .l_ztn1 .container ul li .ques h3 {
    font-size: 30px;
    color: #430a00;
    font-weight: bold;
}

.dljz_nzxgm .l_ztn1 .container ul li .ques p {
    line-height: 26px;
    font-size: 18px;
    width: 320px;
    margin-top: 13px;
    float: left;
    color: #5d5d5d;
}

.dljz_nzxgm .l_ztn1 .container ul li .ques p b {
    color: #c7161c;
}

.dljz_nzxgm .l_ztn1 .container ul li .ques img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.dljz_nzxgm .biaodan .form form label input.gongsi {
    background-color: #ffffff;
}

.dljz_nzxgm .l_ztn2 {
    background-color: #f8f4f4;
}

.dljz_nzxgm .l_ztn2 .container {
    width: 1200px;
    margin: 0 auto 110px auto;
    position: relative;
    height: 300px;
    background: url(../images/dljz_nzxgm_ztn2_bj.jpg) no-repeat bottom 19px center;
}

.dljz_nzxgm .l_ztn2 .container .box {
    width: 177px;
    height: 227px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box:hover {
    width: 220px;
    height: 278px;
    transition: 0.5s;
    z-index: 99;
}

.dljz_nzxgm .l_ztn2 .container .box1 {
    left: 125px;
    background: url(../images/dljz_nzxgm_ztn2_1.png) no-repeat center;
    animation: dljz-ztn2-box1 1s linear infinite alternate;
    background-size: 100%;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box2 {
    left: 319px;
    background: url(../images/dljz_nzxgm_ztn2_2.png) no-repeat center;
    animation: dljz-ztn2-box2 2s linear infinite alternate;
    background-size: 100%;
}

.dljz_nzxgm .l_ztn2 .container .box3 {
    left: 513px;
    background: url(../images/dljz_nzxgm_ztn2_3.png) no-repeat center;
    animation: dljz-ztn2-box3 2s linear infinite alternate;
    background-size: 100%;
}

.dljz_nzxgm .l_ztn2 .container .box4 {
    left: 707px;
    background: url(../images/dljz_nzxgm_ztn2_4.png) no-repeat center;
    animation: dljz-ztn2-box4 1s linear infinite alternate;
    background-size: 100%;
}

.dljz_nzxgm .l_ztn2 .container .box5 {
    left: 900px;
    background: url(../images/dljz_nzxgm_ztn2_5.png) no-repeat center;
    animation: dljz-ztn2-box5 1s linear infinite alternate;
    background-size: 100%;
}

.dljz_nzxgm .l_ztn2 .container .box p {
    font-size: 22px;
    width: 140px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}

.dljz_nzxgm .l_ztn2 .container .box1 p {
    margin-top: 60px;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box1:hover p {
    margin-top: 70px;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box2 p {
    margin-top: 45px;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box2:hover p {
    margin-top: 55px;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box3 p {
    margin-top: 31px;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box3:hover p {
    margin-top: 40px;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box4 p {
    margin-top: 16px;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box4:hover p {
    margin-top: 30px;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box5 p {
    margin-top: 60px;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box5:hover p {
    margin-top: 70px;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box span {
    font-size: 18px;
    left: 77px;
    bottom: 8px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    position: absolute;
    display: block;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn2 .container .box:hover span {
    left: 100px;
    transition: 0.5s;
}

@keyframes dljz-ztn2-box1 {
    0% {
        left: 125px;
    }
    100% {
        left: 155px;
    }
}

@keyframes dljz-ztn2-box2 {
    0% {
        left: 319px;
    }
    50% {
        left: 289px;
    }
    100% {
        left: 349px;
    }
}

@keyframes dljz-ztn2-box3 {
    0% {
        left: 513px;
    }
    50% {
        left: 543px;
    }
    100% {
        left: 483px;
    }
}

@keyframes dljz-ztn2-box4 {
    0% {
        left: 707px;
    }
    100% {
        left: 677px;
    }
}

@keyframes dljz-ztn2-box5 {
    0% {
        left: 900px;
    }
    100% {
        left: 930px;
    }
}

.dljz_nzxgm .l_ztn3 {
    background: url(../images/dljz_nzxgm_ztn3_bj.jpg) no-repeat center;
}

.dljz_nzxgm .l_ztn3 .title {
    margin: 80px 0 20px 0;
}

.dljz_nzxgm .l_ztn3 .title h3 {
    color: #ffffff;
}

.dljz_nzxgm .l_ztn3 .title h3 span {
    color: #c75416;
}

.dljz_nzxgm .l_ztn3 .container {
    width: 1200px;
    position: relative;
    margin: 30px auto 150px auto;
}

.dljz_nzxgm .l_ztn3 .container .box {
    position: absolute;
}

.dljz_nzxgm .l_ztn3 .container .box1 {
    top: 109px;
    left: 130px;
}

.dljz_nzxgm .l_ztn3 .container .box2 {
    top: 109px;
    right: 130px;
}

.dljz_nzxgm .l_ztn3 .container .box3 {
    bottom: -75px;
    right: 498px;
}

.dljz_nzxgm .l_ztn3 .container .box p {
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

.dljz_nzxgm .l_ztn3 .container .box:hover p {
    color: #c75416;
}

.dljz_nzxgm .l_ztn3 .container .box span {
    font-size: 12px;
    margin-top: 5px;
    color: #70727b;
}

.dljz_nzxgm .l_ztn3 .container .center {
    margin: 0 auto;
    width: 421px;
    height: 421px;
    animation: dljz-ztn3-center 100s infinite alternate linear;
}

@keyframes dljz-ztn3-center {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(3600deg);
    }
}

.dljz_nzxgm .l_ztn4 .main {
    width: 880px;
    margin: 0 auto;
}

.dljz_nzxgm .l_ztn4 .container {
    width: 900px;
    margin-bottom: 100px;
    overflow: hidden;
}

.dljz_nzxgm .l_ztn4 .container .box {
    width: 280px;
    height: 350px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.dljz_nzxgm .l_ztn4 .container .box img {
    width: 100%;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn4 .container .box:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn4 .container .box .info {
    width: 100%;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
}

.dljz_nzxgm .l_ztn4 .container .box:hover .info {
    background-color: rgba(199, 22, 28, 0.9);
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn4 .container .box .info p {
    font-size: 35px;
    color: #f1bb00;
    text-align: center;
    font-weight: bold;
    margin: 10px;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn4 .container .box:hover .info p {
    color: #ffffff;
    transition: 0.5s;
}

.dljz_nzxgm .l_ztn4 .container .box .info span {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
}

.dljz_nzxgm .l_ztn6 {
    background: none;
    top: 0;
}

.dljz_nzxgm .l_ztn6 .container {
    width: 1200px;
    background: url(../images/dljz_ztn6_bj.png) no-repeat center;
}

.dljz_nzxgm .l_ztn6 .container .self p {
    border: solid 2px #bbbaba;
    color: #bbbaba;
}

.dljz_nzxgm .l_ztn6 .container .self ul li {
    color: #bbbaba;
    background: url(../images/gsbg_ztn6_self_1.png) no-repeat left center;
}

.dljz_nzxgm .l_ztn6 .container .vs {
    left: 491px;
}

.dljz_nzxgm .l_ztn7 {
    background-color: #f4f4f4;
}

.dljz_nzxgm .l_ztn7 .title {
    margin: 80px 0 60px 0;
}

.dljz_nzxgm .l_ztn7 .container ul li.yhkh {
    background-color: #254788;
    background: url(../images/dljz_ztn7_1.jpg) no-repeat center;
    background-size: 100%;
}

.dljz_nzxgm .l_ztn7 .container ul li.csjz {
    background: url(../images/dljz_ztn7_2.jpg) no-repeat center;
    background-size: 100%;
}

.dljz_nzxgm .l_ztn7 .container ul li.sbsq {
    background: url(../images/dljz_ztn7_3.jpg) no-repeat center;
    background-size: 100%;
}

.dljz_nzxgm .l_ztn7 .container ul li.sqsk {
    background: url(../images/dljz_ztn7_4.jpg) no-repeat center;
    background-size: 100%;
}

.dljz_nzxgm .l_ztn7 .container ul li.sbkh {
    background: url(../images/dljz_ztn7_5.jpg) no-repeat center;
    background-size: 100%;
}


/*代理记账内容页内资小规模*/


/*通用列表页*/

.list_ty .banner {
    height: 400px;
}

.list_ty .banner .swiper-container {
    height: 400px;
}

.list_ty .banner .swiper-container .swiper-slide img {
    height: 400px;
}

.list_ty .mianbao {
    margin-top: 15px;
}

.list_ty .mianbao a {
    line-height: 60px;
}

.list_ty .table {
    width: 1200px;
    margin: 0 auto 30px auto;
    height: 38px;
    background-color: #f2f2f2;
}

.list_ty .table p {
    float: left;
    width: 125px;
    line-height: 43px;
}

.list_ty .table p a {
    font-size: 16px;
    color: #000000;
    display: block;
    line-height: 38px;
    text-align: center;
    margin-bottom: 5px;
}

.list_ty .table p.xz {
    background: url(../images/list_table_xz.png) no-repeat center top;
}

.list_ty .table p.xz a {
    color: #ffffff;
}

.list_ty .table p:hover {
    background: url(../images/list_table_xz.png) no-repeat center top;
}

.list_ty .table p:hover a {
    color: #ffffff;
}

.list_ty .table form {
    float: left;
    height: 43px;
}

.list_ty .table form input.so {
    width: 333px;
    height: 40px;
    border: solid 2px #c7161c;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.list_ty .table form p.tj {
    font-size: 18px;
    width: 90px;
    height: 40px;
    float: left;
    background-color: #c7161c;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.list_ty .list_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.list_ty .list_content .left {
    width: 855px;
    float: left;
}

.list_ty .list_content .left .box {
    width: 100%;
    height: 160px;
    margin-bottom: 25px;
}

.list_ty .list_content .left .box:hover {
    background-color: #f8f8f8;
}

.list_ty .list_content .left .box .img_b {
    width: 210px;
    height: 160px;
    float: left;
    position: relative;
    overflow: hidden;
}

.list_ty .list_content .left .box .img_b img {
    height: 100%;
    transition: 0.5s;
}

.list_ty .list_content .left .box:hover .img_b img {
    transform: scale(1.2);
    transition: 0.5s;
}

.list_ty .list_content .left .box .img_b a.lanmu {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: 180px;
    height: 28px;
    padding: 0 5px;
    background-color: rgba(51, 51, 51, 0.9);
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.list_ty .list_content .left .box:hover .img_b a.lanmu {
    background-color: #c7161c;
}

.list_ty .list_content .left .box .con {
    width: 625px;
    float: left;
    margin-left: 20px;
}

.list_ty .list_content .left .box .con h3 {
    margin: 15px auto 20px auto;
}

.list_ty .list_content .left .box .con h3 font {
    color: #c7161c;
    font-weight: bold;
}

.list_ty .list_content .left .box .con h3 a {
    font-size: 18px;
    color: #191919;
}

.list_ty .list_content .left .box:hover .con h3 a {
    color: #c7161c;
}

.list_ty .list_content .left .box .con p {
    font-size: 16px;
    color: #8a8a8a;
    line-height: 25px;
}

.list_ty .list_content .left .box .con p font {
    color: #c7161c;
    font-weight: bold;
}

.list_ty .list_content .left .box .con .bottom {
    overflow: hidden;
    margin-top: 15px;
}

.list_ty .list_content .left .box .con .bottom time {
    font-size: 14px;
    color: #cacaca;
    height: 15px;
    line-height: 15px;
    background: url(../images/list_time.png) no-repeat left center;
    padding-left: 25px;
    float: left;
    margin-top: 5px;
}

.list_ty .list_content .left .box .con .bottom span {
    height: 28px;
    border-radius: 5px;
    border: solid 1px #66b7c7;
    float: right;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 10px;
}

.list_ty .list_content .left .box .con .bottom span a {
    color: #66b7c7;
    display: block;
}

.pagelist {
    margin-top: 60px;
    margin-bottom: 78px;
    margin-left: 215px;
}

.pagelist ul {
    width: 100%;
    overflow: hidden;
}

.pagelist ul li {
    height: 31px;
    line-height: 31px;
    float: left;
}

.pagelist ul li a {
    display: block;
    height: 31px;
}

.pagelist ul li.pre {
    width: 31px;
    background: url(../images/list_pre.png) no-repeat center;
    background-color: #f2f2f2;
    border-radius: 15.5px 0 0 15.5px;
}

.pagelist ul li.next {
    width: 31px;
    background: url(../images/list_next.png) no-repeat center;
    background-color: #f2f2f2;
    border-radius: 0 15.5px 15.5px 0;
}

.pagelist ul li.ye {
    width: 50px;
    text-align: center;
    background-color: #f2f2f2;
}

.pagelist ul li.thisclass {
    color: #c7161c;
    font-weight: bold;
}

.pagelist ul li:hover a {
    color: #c7161c;
    font-weight: bold;
}

.pagelist ul li.select {
    background-color: #f2f2f2;
    border-radius: 15.5px;
    font-size: 14px;
    color: #868686;
}

.pagelist ul li select {
    width: 110px!important;
    height: 31px;
    background: url(../images/list_go.png) no-repeat right center;
    padding-left: 20px;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    outline: none;
}

.pagelist ul li span.pageinfo {
    margin: 0 15px 0 15px;
}

.list_ty .list_content .right {
    float: left;
    margin-left: 40px;
    width: 305px;
}

.list_ty .list_content .right .ty {
    margin-top: 30px;
}

.list_ty .list_content .right .ty h4 {
    border-left: solid 3px #ff4546;
    line-height: 16px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.list_ty .list_content .right .keyword .container {
    width: 100%;
    height: 285px;
    background: url(../images/list_keyword_bj.jpg) no-repeat center;
    overflow: hidden;
}

.list_ty .list_content .right .keyword .container ul {
    width: 245px;
    height: 230px;
    margin: 28px auto 0 auto;
    overflow: hidden;
}

.list_ty .list_content .right .keyword .container ul li {
    float: left;
    height: 28px;
    margin-bottom: 12px;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 5px;
}

.list_ty .list_content .right .keyword .container ul li a {
    display: block;
    font-size: 14px;
    color: #343434;
    line-height: 28px;
    text-align: center;
}

.list_ty .list_content .right .keyword .container ul li:first-child {
    background-color: #b1ebf8;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(2) {
    background-color: #f7bfb9;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(3) {
    background-color: #d6b8d4;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(4) {
    background-color: #cce2a1;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(5) {
    background-color: #f9e294;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(6) {
    background-color: #b4ecf8;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(7) {
    background-color: #d8eff4;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(8) {
    background-color: #f7bfb9;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(9) {
    background-color: #cce2a1;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(10) {
    background-color: #cde2e7;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(11) {
    background-color: #b1ebf8;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(12) {
    background-color: #f7bfb9;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(13) {
    background-color: #d6b8d4;
}

.list_ty .list_content .right .keyword .container ul li:nth-child(14) {
    background-color: #cce2a1;
}

.list_ty .list_content .right .news {
    width: 100%;
}

.list_ty .list_content .right .news .container {
    background-color: #f2f2f2;
    height: 285px;
    overflow: hidden;
}

.list_ty .list_content .right .news .container ul {
    margin: 22px 15px 0 15px;
    counter-reset: section;
}

.list_ty .list_content .right .news .container ul li {
    height: 18px;
    line-height: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_ty .list_content .right .news .container ul li a {
    font-size: 14px;
    color: #575757;
}

.list_ty .list_content .right .news .container ul li:hover a {
    color: #c7161c;
}

.list_ty .list_content .right .news .container ul li:before {
    counter-increment: section;
    content: counter(section);
    padding: 1px 6px;
    margin-right: 10px;
    width: 50px;
    height: 18px;
    line-height: 18px;
    background: #bbbbbb;
    color: #fff;
    font-size: 12px
}

.list_ty .list_content .right .news .container ul li:nth-child(1):before {
    background: #ff4546;
}

.list_ty .list_content .right .news .container ul li:nth-child(2):before {
    background: #ff7316;
}

.list_ty .list_content .right .news .container ul li:nth-child(3):before {
    background: #ff9c00;
}

.list_ty .list_content .right .baojia .container {
    background-color: #f2f2f2;
    height: 460px;
    overflow: hidden;
}

.list_ty .list_content .right .baojia .container ul {
    margin: 25px 0 0 25px;
}

.list_ty .list_content .right .baojia .container ul li {
    height: 35px;
    padding-left: 30px;
    margin-bottom: 18px;
}

.list_ty .list_content .right .baojia .container ul li:first-child {
    background: url(../images/list_baojia_1.png) no-repeat left center;
}

.list_ty .list_content .right .baojia .container ul li:nth-child(2) {
    background: url(../images/list_baojia_2.png) no-repeat left center;
}

.list_ty .list_content .right .baojia .container ul li:nth-child(3) {
    background: url(../images/list_baojia_3.png) no-repeat left center;
}

.list_ty .list_content .right .baojia .container ul li:nth-child(4) {
    background: url(../images/list_baojia_4.png) no-repeat left center;
}

.list_ty .list_content .right .baojia .container ul li:nth-child(5) {
    background: url(../images/list_baojia_5.png) no-repeat left center;
}

.list_ty .list_content .right .baojia .container ul li:nth-child(6) {
    background: url(../images/list_baojia_6.png) no-repeat left center;
}

.list_ty .list_content .right .baojia .container ul li:nth-child(7) {
    background: url(../images/list_baojia_7.png) no-repeat left center;
}

.list_ty .list_content .right .baojia .container ul li:nth-child(8) {
    background: url(../images/list_baojia_8.png) no-repeat left center;
}

.list_ty .list_content .right .baojia .container ul li .yewu {
    width: 120px;
    float: left;
}

.list_ty .list_content .right .baojia .container ul li .yewu p a {
    font-size: 14px;
    color: #787878;
}

.list_ty .list_content .right .baojia .container ul li .yewu span {
    display: block;
    font-size: 12px;
    color: #c9c9c9;
}

.list_ty .list_content .right .baojia .container ul li img {
    margin-top: 11.5px;
    float: left;
}

.list_ty .list_content .right .baojia .container ul li p.cha {
    width: 80px;
    height: 20px;
    border-radius: 10px;
    background-color: #ff4546;
    float: left;
    margin-top: 7.5px;
    margin-left: 18px;
}

.list_ty .list_content .right .baojia .container ul li p.cha a {
    display: block;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}


/*通用列表页*/


/*通用内容页*/

.list_ty .m_banner {
    display: none;
}

.list_ty .list_content .left .article {
    background-color: #f8f8f8;
    overflow: hidden;
}

.list_ty .list_content .left .article .article_title {
    overflow: hidden;
}

.list_ty .list_content .left .article .article_title h1 {
    font-size: 26px;
    color: #3b3b3b;
    text-align: center;
    margin: 55px 0 15px 0;
    padding: 0 30px;
    font-weight: bold;
}

.list_ty .list_content .left .article .article_title p.auth {
    width: 320px;
    float: left;
    margin-left: 150px;
}

.list_ty .list_content .left .article .article_title p.auth time {
    font-size: 14px;
    color: #c4c1cc;
    margin-right: 18px;
}

.list_ty .list_content .left .article .article_title p.auth span {
    font-size: 14px;
    color: #c4c1cc;
    margin-right: 18px;
}

.list_ty .list_content .left .article .article_title .share {
    float: left;
}

.list_ty .list_content .left .article .article_title .share span {
    float: left;
    font-size: 14px;
    color: #c4c1cc;
}

.list_ty .list_content .left .article .article_title .share .bdsharebuttonbox {
    float: left;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    margin: 0 6px 0 0!important;
}

.list_ty .list_content .left .article .article_content {
    margin-top: 35px;
    padding: 0 50px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-indent: 30px;
}

.list_ty .list_content .left .article .article_content img {
    margin: 0 auto;
    margin-bottom: 15px;
}

.list_ty .list_content .left .article .article_content a {
    color: #c7161c;
    font-weight: bold;
    font-size: 16px;
}

.list_ty .list_content .left .article .article_content p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-indent: 30px;
    margin-bottom: 10px;
}

.list_ty .list_content .left .article .article_content span {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-indent: 30px;
}

.list_ty .list_content .left .article .article_content h3,
.list_ty .list_content .left .article .article_content h4 {
    font-weight: bold;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-bottom: 5px;
}

.list_ty .list_content .left .article p.keyword {
    font-size: 16px;
    color: #595758;
    padding: 0 30px 70px 30px;
    margin: 55px 20px 0 20px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: solid 1px #e0e0e0;
}

.list_ty .list_content .left .article p.keyword b {
    float: left;
    font-weight: normal;
    font-size: 16px;
    color: #595758;
}

.list_ty .list_content .left .article p.keyword span {
    height: 28px;
    border-radius: 5px;
    float: left;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 10px;
    background-color: #66b7c7;
}

.list_ty .list_content .left .article p.keyword span a {
    color: #ffffff;
    display: block;
}

.list_ty .list_content .left .article .article_page ul {
    overflow: hidden;
    padding: 0 60px;
}

.list_ty .list_content .left .article .article_page ul li {
    margin-top: 30px;
    margin-bottom: 30px;
}

.list_ty .list_content .left .article .article_page ul li p {
    font-size: 16px;
    color: #595758;
}

.list_ty .list_content .left .article .article_page ul li a {
    display: block;
    font-size: 14px;
    color: #757575;
}

.list_ty .list_content .left .article .article_page ul li.pre {
    float: left;
}

.list_ty .list_content .left .article .article_page ul li.pre img {
    float: left;
    margin-top: 2px;
    margin-right: 15px;
}

.list_ty .list_content .left .article .article_page ul li.pre .all {
    float: left;
}

.list_ty .list_content .left .article .article_page ul li.next {
    float: right;
}

.list_ty .list_content .left .article .article_page ul li.next .all {
    float: right;
    margin-right: 15px;
}

.list_ty .list_content .left .article .article_page ul li.next .all p {
    text-align: right;
}

.list_ty .list_content .left .article .article_page ul li.next img {
    float: right;
}

.list_ty .list_content .left .relevant {
    margin-top: 40px;
}

.list_ty .list_content .left .relevant h4 {
    border-left: solid 3px #ff4546;
    line-height: 16px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.list_ty .list_content .left .relevant .box {
    margin-bottom: 35px;
}

.list_ty .list_content .left .relevant .box .img_b {
    width: 210px;
    height: 160px;
    float: left;
    overflow: hidden;
}

.list_ty .list_content .left .relevant .box .img_b img {
    height: 100%;
    transition: 0.5s;
}

.list_ty .list_content .left .relevant .box:hover .img_b img {
    transform: scale(1.2);
    transition: 0.5s;
}


/*通用内容页*/


/*通用师资列表页*/

.list_teacher .teacher_content {
    width: 100%;
}

.list_teacher .teacher_content .main {
    width: 1200px;
    margin: 0 auto;
}

.list_teacher .teacher_content .container {
    width: calc(100% + 20px);
    overflow: hidden;
}

.list_teacher .teacher_content .container .box {
    width: 285px;
    height: 368px;
    position: relative;
    float: left;
    margin: 0 20px 16px 0;
    overflow: hidden;
    border-bottom: solid 1px #eeeeee;
}

.list_teacher .teacher_content .container .box img.img_teach {
    width: 100%;
}

.list_teacher .teacher_content .container .box .info {
    width: 100%;
    height: 140px;
    background-color: #f8f8f8;
    position: absolute;
    bottom: -50px;
    border: solid 1px #eeeeee;
    border-top: none;
    transition: 0.5s;
}

.list_teacher .teacher_content .container .box .info h3 {
    width: 170px;
    height: 50px;
    border-radius: 25px;
    font-size: 30px;
    line-height: 50px;
    top: -25px;
    left: 57.5px;
    background-color: #bfdcda;
    color: #282828;
    text-align: center;
    position: absolute;
}

.list_teacher .teacher_content .container .box .info .des {
    margin-top: 35px;
    overflow: hidden;
}

.list_teacher .teacher_content .container .box .info .des>div {
    float: left;
    height: 40px;
}

.list_teacher .teacher_content .container .box .info .des .left {
    width: 120px;
    border-right: solid 2px #626262;
    box-sizing: border-box;
}

.list_teacher .teacher_content .container .box .info .des .left img {
    float: left;
    width: 27px;
    height: 26px;
    margin-top: 3px;
    margin-left: 20px;
}

.list_teacher .teacher_content .container .box .info .des .left span {
    float: left;
}

.list_teacher .teacher_content .container .box .info .des .left .bf {
    font-size: 20px;
    color: #626262;
    padding-left: 5px;
    line-height: 40px;
}

.list_teacher .teacher_content .container .box .info .des .left span.cw {
    display: none;
}

.list_teacher .teacher_content .container .box .info .des .right {
    width: 165px;
    padding: 0 15px;
    box-sizing: border-box;
}

.list_teacher .teacher_content .container .box .info .des .right p {
    width: 100%;
    font-size: 20px;
    color: #626262;
}

.list_teacher .teacher_content .container .box .info .des .right span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #d2d2d2;
    text-align: center;
}

.list_teacher .teacher_content .container .box .info .xiangq {
    margin-top: 19px;
    overflow: hidden;
}

.list_teacher .teacher_content .container .box .info .xiangq p {
    width: 105px;
    height: 30px;
    border: solid 1px #d82628;
    border-radius: 5px;
}

.list_teacher .teacher_content .container .box .info .xiangq p a {
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 30px;
}

.list_teacher .teacher_content .container .box .info .xiangq p:first-child {
    background-color: #c7161c;
    float: left;
    margin-left: 28px;
}

.list_teacher .teacher_content .container .box .info .xiangq p:last-child {
    background-color: #fae5e8;
    float: right;
    margin-right: 28px;
}

.list_teacher .teacher_content .container .box .info .xiangq p:first-child a {
    color: #ffffff;
}

.list_teacher .teacher_content .container .box .info .xiangq p:last-child a {
    color: #cd001d;
}

.list_teacher .teacher_content .container .box:hover .info {
    bottom: 0;
    transition: 0.5s;
    background-color: #c7161c;
}

.list_teacher .teacher_content .container .box:hover .info h3 {
    background-color: #fae5e8;
    color: #282828;
}

.list_teacher .teacher_content .container .box:hover .info .des .left {
    border-right: solid 2px #ffffff;
}

.list_teacher .teacher_content .container .box:hover .info .des .left span.bf {
    color: #ffffff;
}

.list_teacher .teacher_content .container .box:hover .info .des .right p {
    color: #ffffff;
}

.list_teacher .pagelist {
    margin-left: 335px;
}


/*通用师资列表页*/


/*师资内容页*/

.list_ty .content_teachers .left .article {
    background-color: #ffffff;
}

.list_ty .list_content .left .ztn1 {
    overflow: hidden;
    background-color: #f8f8f8;
}

.list_ty .list_content .left .ztn1 .t_left {
    width: 390px;
    float: left;
}

.list_ty .list_content .left .ztn1 .t_left img {
    width: 100%;
}

.list_ty .list_content .left .ztn1 .t_right {
    float: left;
    margin-left: 60px;
}

.list_ty .list_content .left .ztn1 .t_right .container {
    margin-top: 40px;
}

.list_ty .list_content .left .ztn1 .t_right .container .m_img {
    display: none;
}

.list_ty .list_content .left .ztn1 .t_right .container h1 {
    font-size: 36px;
    color: #212121;
    float: left;
    line-height: 47px;
}

.list_ty .list_content .left .ztn1 .t_right .container span.address {
    float: left;
    font-size: 18px;
    color: #7d7d7d;
    margin-left: 50px;
    ;
    background: url(../images/content_teachers_address.png) no-repeat left center;
    padding-left: 23px;
    line-height: 27px;
    display: table-cell;
    vertical-align: bottom;
    margin-top: 16px;
}

.list_ty .list_content .left .ztn1 .t_right .container p.slogen {
    clear: both;
    width: 310px;
    height: 30px;
    background-color: #272636;
    color: #ffffff;
    padding: 0 10px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 20px;
}

.list_ty .list_content .left .ztn1 .t_right .container ul {
    margin-top: 15px;
    background: url(../images/content_teacher_shu.jpg) no-repeat left 7px top;
    padding-top: 23px;
    height: 210px;
}

.list_ty .list_content .left .ztn1 .t_right .container ul li {
    font-size: 16px;
    color: #212121;
    margin-bottom: 15px;
    background: url(../images/content_teacher_dian.png) no-repeat left center;
    padding-left: 35px;
}

.list_ty .list_content .left .ztn1 .t_right .container p.zx {
    width: 110px;
    height: 35px;
    background-color: #cd001d;
    border-radius: 5px;
    float: right;
}

.list_ty .list_content .left .ztn1 .t_right .container p.zx a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
}

.list_ty .list_content .left .ztn1 .t_right .container p.m_zx {
    display: none;
}

.list_ty .list_content .left .ztn2 {
    margin-top: 35px;
}

.list_ty .list_content .left .ztn2 .title {
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 35px;
}

.list_ty .list_content .left .ztn2 .title p {
    width: 135px;
    height: 40px;
    background-color: #eeeeee;
    font-size: 18px;
    color: #212121;
    line-height: 40px;
    text-align: center;
}

.list_ty .list_content .left .ztn2 .youshi h4,
.list_ty .list_content .left .ztn2 .yewu h4 {
    border-left: solid 3px #ff4546;
    line-height: 16px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.list_ty .list_content .left .ztn2 .youshi p {
    font-size: 14px;
    color: #212121;
    line-height: 25px;
}

.list_ty .list_content .left .ztn2 .yewu {
    margin-top: 40px;
}

.list_ty .list_content .left .ztn2 .yewu p {
    float: left;
    padding: 0 10px;
    height: 35px;
    background-color: #eeeeee;
    line-height: 35px;
    margin-bottom: 12px;
    margin-right: 15px;
    border-radius: 5px;
}

.list_ty .list_content .left .ztn2 .yewu p a {
    font-size: 14px;
    color: #212121;
}

.list_ty .list_content .left .ztn2 .yewu p:hover {
    background-color: #c7161c;
}

.list_ty .list_content .left .ztn2 .yewu p:hover a {
    color: #ffffff;
}

.list_ty .hr_fenge {
    width: 1200px;
    margin: 0 auto;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 35px;
    background-color: #eeeeee;
}

.list_ty .tuijian {
    width: 1200px;
    margin: 0 auto 120px auto;
}

.list_ty .tuijian h4 {
    border-left: solid 3px #ff4546;
    line-height: 16px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.list_ty .tuijian .container {
    width: 1215px;
    overflow: hidden;
}

.list_ty .tuijian .box {
    width: 390px;
    margin-right: 15px;
    overflow: hidden;
    float: left;
}

.list_ty .tuijian .box .img {
    width: 210px;
    height: 190px;
    float: left;
}

.list_ty .tuijian .box .img img {
    width: 100%;
}

.list_ty .tuijian .box .info {
    width: 180px;
    height: 190px;
    float: left;
    background-color: #eeeeee;
    box-sizing: border-box;
    transition: 0.5s;
}

.list_ty .tuijian .box .info h3 {
    font-size: 21px;
    color: #212121;
    text-align: center;
    margin-top: 30px;
}

.list_ty .tuijian .box .info p {
    width: 90px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    font-size: 14px;
    margin: 10px auto 20px auto;
    background-color: #212121;
    text-align: center;
    color: #eeeeee;
}

.list_ty .tuijian .box .info span {
    display: block;
    font-size: 14px;
    color: #212121;
    margin-left: 30px;
    line-height: 22px;
}

.list_ty .tuijian .box:hover .info {
    background-color: #cd001d;
    transition: 0.5s;
}

.list_ty .tuijian .box:hover .info h3 {
    color: #ffffff;
}

.list_ty .tuijian .box:hover .info p {
    background-color: #ffffff;
    color: #cd001d;
}

.list_ty .tuijian .box:hover .info span {
    color: #ffffff;
}


/*师资内容页*/


/*资质审批列表页*/

.zzsp .l_ztn1 {
    height: auto;
    background: url(../images/gsbg_ztn1_bj.jpg) no-repeat center;
}

.zzsp .l_ztn1 .title {
    margin: 55px 0 50px 0;
}

.zzsp .l_ztn1 .title h3 {
    color: #ffffff;
}

.zzsp .l_ztn1 .title h3 span {
    color: #c7161c;
}

.zzsp .l_ztn1 .title p {
    color: #aaaaad;
}

.zzsp .l_ztn1 .main {
    width: 945px;
    margin: 0 auto;
}

.zzsp .l_ztn1 .container {
    width: 960px;
    margin-bottom: 50px;
    overflow: hidden;
}

.zzsp .l_ztn1 .container .box {
    width: 225px;
    background-color: #ffffff;
    margin: 0 15px 15px 0;
    overflow: hidden;
    float: left;
}

.zzsp .ztn1_xial {
    display: none;
}

.zzsp .l_ztn1 .container .box h3 {
    font-size: 20px;
    color: #41465a;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.zzsp .l_ztn1 .container .box span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #b0b2b8;
    margin-top: 5px;
}

.zzsp .l_ztn1 .container .box p {
    width: 125px;
    height: 30px;
    background-color: #41465a;
    border-radius: 5px;
    margin: 23px auto 25px auto;
}

.zzsp .l_ztn1 .container .box:hover p {
    background-color: #c7161c;
}

.zzsp .l_ztn1 .container .box p a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.zzsp .l_ztn1 .container .box:hover h3 {
    color: #c7161c
}

.zzsp .l_ztn1 .container .box.ad {
    width: 465px;
}

.zzsp .l_ztn2 .container {
    width: 1200px;
    overflow: hidden;
    margin: 10px auto 80px auto;
}

.zzsp .l_ztn2 .container .box {
    width: 106px;
    float: left;
    cursor: pointer;
}

.zzsp .l_ztn2 .container .box1 {
    margin-left: 38px;
}

.zzsp .l_ztn2 .container .box p {
    font-size: 24px;
    margin-top: 15px;
    color: #424242;
    text-align: center;
}

.zzsp .l_ztn2 .container .box span {
    font-size: 12px;
    color: #b1b1b1;
    display: block;
    text-align: center;
}

.zzsp .l_ztn2 .container img.jt.six {
    display: none;
}

.zzsp .l_ztn2 .container .box8 {
    display: none;
}

.zzsp .l_ztn2 .container img.jt {
    float: left;
    margin: 50px 25px 0 15px;
}

.zzsp .l_ztn3 {
    height: 707px;
    background: url(../images/zzsp_ztn3_bj.png) no-repeat center;
}

.zzsp .l_ztn3 .title h3 {
    color: #ffffff;
}

.zzsp .l_ztn3 .container {
    width: 1200px;
    height: 360px;
    margin: 80px auto 0 auto;
    position: relative;
}

.zzsp .l_ztn3 .container .box {
    width: 240px;
    height: 240px;
    position: absolute;
    transition: 1s;
}

.zzsp .l_ztn3 .container .box:hover {
    transform: rotate(360deg);
    transition: 1s;
}

.zzsp .l_ztn3 .container .box1 {
    background: url(../images/zzsp_ztn3_box1.png) no-repeat center;
    background-size: 100%;
    left: 170px;
    top: 112px;
}

.zzsp .l_ztn3 .container .box2 {
    background: url(../images/zzsp_ztn3_box2.png) no-repeat center;
    background-size: 100%;
    left: 325px;
}

.zzsp .l_ztn3 .container .box3 {
    background: url(../images/zzsp_ztn3_box3.png) no-repeat center;
    background-size: 100%;
    left: 50%;
    margin-left: -120.5px;
    top: 112px;
}

.zzsp .l_ztn3 .container .box4 {
    background: url(../images/zzsp_ztn3_box4.png) no-repeat center;
    background-size: 100%;
    right: 331px;
}

.zzsp .l_ztn3 .container .box5 {
    background: url(../images/zzsp_ztn3_box5.png) no-repeat center;
    background-size: 100%;
    right: 170px;
    top: 112px;
}

.zzsp .l_ztn3 .container .box h4 {
    margin-top: 50px;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.zzsp .l_ztn3 .container .box p {
    font-size: 24px;
    color: #ffffff;
    margin-top: 5px;
    text-align: center;
}

.zzsp .l_ztn3 .container .box4 p {
    padding: 0 30px;
    line-height: 28px;
}

.zzsp .l_ztn3 .container .box span {
    font-size: 12px;
    color: #ffffff;
    display: block;
    text-align: center;
    opacity: 0.5;
}

.zzsp .l_ztn4 .container {
    width: 1200px;
    height: 323px;
    margin: 76px auto 90px auto;
    position: relative;
    background: url(../images/zzsp_ztn4_bj.png) no-repeat center;
}

.zzsp .l_ztn4 .container .box {
    width: 335px;
    height: 95px;
    border: solid 1px #ffc68d;
    border-radius: 5px;
    padding-left: 35px;
    padding-top: 15px;
    box-sizing: border-box;
    position: absolute
}

.zzsp .l_ztn4 .container .box1 {
    left: 95px;
    top: 0;
}

.zzsp .l_ztn4 .container .box2 {
    right: 95px;
    top: 0;
}

.zzsp .l_ztn4 .container .box3 {
    left: 95px;
    top: 180px;
}

.zzsp .l_ztn4 .container .box4 {
    right: 95px;
    top: 180px;
}

.zzsp .l_ztn4 .container .box p {
    font-size: 24px;
    color: #372e31;
}

.zzsp .l_ztn4 .container .box span {
    display: block;
    font-size: 24px;
    color: #ff8e1c;
    font-weight: bold;
}

.zzsp .l_ztn4 .container .dd {
    position: absolute;
    font-size: 24px;
    color: #ff8e1c;
    opacity: 0.6;
    width: 140px;
    left: 50%;
    margin-left: -58px;
    top: 75px;
}

.zzsp .l_ztn6 {
    background: none;
    top: 0;
}

.zzsp .l_ztn6 .container {
    width: 1200px;
    background: url(../images/gsbg_ztn6_bj.jpg) no-repeat center;
}

.zzsp .l_ztn6 .container .self p {
    border: solid 2px #bbbaba;
    color: #bbbaba;
}

.zzsp .l_ztn6 .container .self ul li {
    color: #bbbaba;
    background: url(../images/gsbg_ztn6_self_1.png) no-repeat left center;
}

.zzsp .l_ztn6 .container .vs {
    left: 491px;
}

.zzsp .l_ztn7 {
    background-color: #f4f4f4;
}

.zzsp .l_ztn7 .container ul li.yhkh {
    background-color: #254788;
    background: url(../images/zzsp_ztn7_1.jpg) no-repeat center;
    background-size: 100%;
}

.zzsp .l_ztn7 .container ul li.csjz {
    background: url(../images/zzsp_ztn7_2.jpg) no-repeat center;
    background-size: 100%;
}

.zzsp .l_ztn7 .container ul li.sbsq {
    background: url(../images/zzsp_ztn7_3.jpg) no-repeat center;
    background-size: 100%;
}

.zzsp .l_ztn7 .container ul li.sqsk {
    background: url(../images/zzsp_ztn7_4.jpg) no-repeat center;
    background-size: 100%;
}

.zzsp .l_ztn7 .container ul li.sbkh {
    background: url(../images/zzsp_ztn7_5.jpg) no-repeat center;
    background-size: 100%;
}


/*资质审批列表页*/


/*资质审批内容页*/

.zzsp_content .mianbao {
    background-color: #f2f2f2;
}

.zzsp_content .l_ztn1 {
    background: none;
    height: auto;
}

.zzsp_content .l_ztn1 .container {
    width: 1026px;
    margin: 0 auto;
    overflow: hidden;
}

.zzsp_content .l_ztn1 .main {
    width: 1006px;
    margin: 0 auto;
    overflow: hidden;
}

.zzsp_content .l_ztn1 .container .box {
    width: 322px;
    height: 222px;
    float: left;
    margin-right: 20px;
}

.zzsp_content .l_ztn1 .container .box1 {
    background: url(../images/zzsp_content_ztn1_box1.png) no-repeat center;
    background-color: #f8f8f8;
    background-size: 2.6rem 1.68rem;
}

.zzsp_content .l_ztn1 .container .box2 {
    background: url(../images/zzsp_content_ztn1_box2.png) no-repeat center;
    background-color: #f8f8f8;
    background-size: 2.6rem 1.68rem;
}

.zzsp_content .l_ztn1 .container .box3 {
    background: url(../images/zzsp_content_ztn1_box3.png) no-repeat center;
    background-color: #f8f8f8;
    background-size: 2.6rem 1.68rem;
}

.zzsp_content .l_ztn1 .container .box4 {
    display: none;
}

.zzsp_content .l_ztn1 .container .box p {
    font-size: 16px;
    line-height: 22px;
    width: 180px;
    box-sizing: border-box;
}

.zzsp_content .l_ztn1 .container .box p.fir {
    height: 83px;
    margin-top: 27px;
    color: #ffffff;
    margin-left: 87px;
    padding: 18px 0 0 15px;
}

.zzsp_content .l_ztn1 .container .box p.sec {
    height: 74px;
    margin-top: 15px;
    margin-left: 30px;
    padding: 11px 0 0 20px;
    color: #555555;
}

.zzsp_content .l_ztn1 .container p.cx {
    width: 335px;
    height: 65px;
    border-radius: 10px;
    line-height: 65px;
    font-size: 24px;
    color: #ffffff;
    background-color: #c7161c;
    text-align: center;
    margin: 60px auto 75px auto;
    cursor: pointer;
}

.zzsp_content .biaodan .form form label input.gongsi {
    background-color: #ffffff;
}

.zzsp_content .l_ztn2 {
    background-color: #f2f2f2;
}

.zzsp_content .l_ztn2 .container {
    width: 1200px;
    margin: 87px auto 110px auto;
    overflow: hidden;
    padding-left: 61px;
    box-sizing: border-box;
}

.zzsp_content .l_ztn2 .container .box {
    width: 154px;
    height: 270px;
    float: left;
}

.zzsp_content .l_ztn2 .container .box>div {
    width: 100%;
    height: 135px;
    position: relative;
}

.zzsp_content .l_ztn2 .container .box .des {
    width: 100%;
}

.zzsp_content .l_ztn2 .container .box .des p {
    font-size: 24px;
    color: #282828;
    text-align: center;
}

.zzsp_content .l_ztn2 .container .box .des span {
    font-size: 12px;
    color: #282828;
    opacity: 0.5;
    display: block;
    text-align: center;
}

.zzsp_content .l_ztn2 .container .box .yuan {
    width: 154px;
    height: 77px;
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 77px;
}

.zzsp_content .l_ztn2 .container .box .top .yuan {
    position: absolute;
    bottom: 0;
    border-radius: 77px 77px 0 0;
}

.zzsp_content .l_ztn2 .container .box .bottom .yuan {
    border-radius: 0 0 77px 77px;
}

.zzsp_content .l_ztn2 .container .box .bottom .des {
    position: absolute;
    bottom: 0;
}

.zzsp_content .l_ztn2 .container .box1 .yuan {
    background-color: #fd872d;
}

.zzsp_content .l_ztn2 .container .box2 .yuan {
    background-color: #920b45;
}

.zzsp_content .l_ztn2 .container .box3 .yuan {
    background-color: #035585;
}

.zzsp_content .l_ztn2 .container .box4 .yuan {
    background-color: #37acf9;
}

.zzsp_content .l_ztn2 .container .box5 .yuan {
    background-color: #038568;
}

.zzsp_content .l_ztn2 .container .box6 .yuan {
    background-color: #f9376e;
}

.zzsp_content .l_ztn2 .container .box7 .yuan {
    background-color: #6b0385;
}

.zzsp_content .l_ztn2 .container .box8 {
    display: none;
}

.zzsp_content .l_ztn3 {
    background: url(../images/zzsp_content_ztn3_bj.jpg) no-repeat center;
    height: 760px;
}

.zzsp_content .l_ztn3 .title {
    margin: 80px 0 40px 0;
}

.zzsp_content .l_ztn3 .title h3 {
    color: #ffffff;
}

.zzsp_content .l_ztn3 .title p {
    display: none
}

.zzsp_content .l_ztn3 .container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 580px;
}

.zzsp_content .l_ztn3 .container .box1 {
    bottom: 85px;
    left: 170px;
    background: url(../images/zzsp_content_ztn3_box1.png) no-repeat center top 25px;
}

.zzsp_content .l_ztn3 .container .box2 {
    bottom: 256px;
    left: 220px;
    background: url(../images/zzsp_content_ztn3_box2.png) no-repeat center top 25px;
}

.zzsp_content .l_ztn3 .container .box3 {
    bottom: 382px;
    left: 347px;
    background: url(../images/zzsp_content_ztn3_box3.png) no-repeat center top 25px;
}

.zzsp_content .l_ztn3 .container .box4 {
    top: 0;
    left: 50%;
    margin-left: -77.5px;
    background: url(../images/zzsp_content_ztn3_box4.png) no-repeat center top 25px;
}

.zzsp_content .l_ztn3 .container .box5 {
    bottom: 382px;
    right: 347px;
    background: url(../images/zzsp_content_ztn3_box5.png) no-repeat center top 25px;
}

.zzsp_content .l_ztn3 .container .box6 {
    bottom: 256px;
    right: 220px;
    background: url(../images/zzsp_content_ztn3_box6.png) no-repeat center top 10px;
}

.zzsp_content .l_ztn3 .container .box7 {
    bottom: 85px;
    right: 170px;
    background: url(../images/zzsp_content_ztn3_box7.png) no-repeat center top 25px;
}

.zzsp_content .l_ztn3 .container .box {
    width: 155px;
    height: 155px;
    border-radius: 77.5px;
    background-color: #121d42;
    border: solid 6px rgba(255, 255, 255, 0.1);
    position: absolute;
    box-sizing: border-box;
}

.zzsp_content .l_ztn3 .container .box p {
    font-size: 17px;
    color: #afafaf;
    width: 115px;
    margin: 76px auto 0 auto;
    text-align: center;
}

.zzsp_content .l_ztn3 .container .box6 p {
    width: 130px;
    margin: 58px auto 0 auto;
}

.zzsp_content .l_ztn3 .container .box span {
    display: none;
}

.zzsp_content .l_ztn3 p.des {
    position: absolute;
    font-size: 24px;
    color: #344faa;
    width: 190px;
    text-align: center;
    left: 50%;
    margin-left: -95px;
    top: 197px;
}

.zzsp_content .l_ztn3 p.des span {
    font-size: 18px;
    display: block;
    color: #344faa;
    text-align: center;
}

.zzsp_content .l_ztn3 p.strong {
    position: absolute;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 300px;
}

.zzsp_content .l_ztn5 {
    background: none;
}

.zzsp_content .l_ztn5 .title h3 {
    color: #282828;
}

.zzsp_content .l_ztn5 .container {
    width: 1010px;
    margin: 0 auto 80px auto;
    height: 415px;
    background: url(../images/zzsp_content_ztn5_bj.png) no-repeat center;
}

.zzsp_content .l_ztn5 .container .box {
    width: 250px;
    height: 415px;
}

.zzsp_content .l_ztn5 .container .box>div {
    width: 100%;
    height: 207.5px;
    overflow: hidden;
}

.zzsp_content .l_ztn5 .container .box>div img {
    float: right;
    margin-right: 15px;
}

.zzsp_content .l_ztn5 .container .box .bottom img {
    margin-top: 21px;
}

.zzsp_content .l_ztn5 .container .box .des {
    margin-top: 33px;
}

.zzsp_content .l_ztn5 .container .box .des p {
    font-size: 48px;
    font-weight: bold;
    color: #282828;
    opacity: 0.5;
    text-align: center;
}

.zzsp_content .l_ztn5 .container .box .des span {
    width: 175px;
    font-size: 18px;
    color: #282828;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.zzsp_content .l_ztn6 {
    width: 100%;
    top: 0;
    background-color: #ffffff;
}

.zzsp_content .l_ztn6 .container {
    width: 1200px;
    background: url(../images/gsbg_ztn6_bj.jpg) no-repeat center;
}

.zzsp_content .l_ztn6 .container .self p {
    border: solid 2px #bbbaba;
    color: #bbbaba;
}

.zzsp_content .l_ztn6 .container .self ul li {
    color: #bbbaba;
    background: url(../images/gsbg_ztn6_self_1.png) no-repeat left center;
}

.zzsp_content .l_ztn6 .container .vs {
    left: 491px;
}

.zzsp_content .l_ztn7 {
    background-color: #f4f4f4;
}

.zzsp_content .l_ztn7 .container ul li.yhkh {
    background-color: #254788;
    background: url(../images/zzsp_ztn7_1.jpg) no-repeat center;
    background-size: 100%;
}

.zzsp_content .l_ztn7 .container ul li.csjz {
    background: url(../images/zzsp_ztn7_2.jpg) no-repeat center;
    background-size: 100%;
}

.zzsp_content .l_ztn7 .container ul li.sbsq {
    background: url(../images/zzsp_ztn7_3.jpg) no-repeat center;
    background-size: 100%;
}

.zzsp_content .l_ztn7 .container ul li.sqsk {
    background: url(../images/zzsp_ztn7_4.jpg) no-repeat center;
    background-size: 100%;
}

.zzsp_content .l_ztn7 .container ul li.sbkh {
    background: url(../images/zzsp_ztn7_5.jpg) no-repeat center;
    background-size: 100%;
}


/*资质审批内容页*/


/*搜索页banner*/

.search .banner {
    height: 250px;
}

.search .banner .swiper-container {
    height: 250px;
}

.search .banner .swiper-container .swiper-slide img {
    height: 250px;
}


/*咨询聊天*/

.talk {
    width: 70px;
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 999;
}

.talk .box {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    cursor: pointer;
}

.talk .box:hover {
    background-color: #e13e38;
    border: solid 1px #e13e38;
}

.talk .box.fan {
    background-color: #e13e38;
    border: solid 1px #e13e38;
}

.talk .box:hover p {
    color: #ffffff;
}

.talk .box img {
    margin: 10px auto 5px auto;
}

.talk .box p {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.talk .box.fan p {
    color: #ffffff;
}

.talk .erweima {
    width: 177px;
    height: 200px;
    border: solid 1px #e5e5e5;
    position: fixed;
    right: 90px;
    bottom: 277px;
    background-color: #ffffff;
    display: none;
}

.talk .erweima img {
    margin: 15px auto 5px auto;
}

.talk .erweima p {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.talk .kf_phone {
    width: 226px;
    height: 70px;
    background-color: #e13e38;
    position: fixed;
    right: 90px;
    bottom: 273px;
    border-radius: 5px;
    display: none;
}

.talk .kf_phone img {
    float: Left;
    margin: 17.5px 10px 17.5px 15px;
}

.talk .kf_phone p {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    margin-top: 17.5px;
}


/*咨询聊天*/

.m_xfx {
    display: none;
}

.kf_k {
    width: 160px;
    height: 550px;
    position: fixed;
    left: 10px;
    top: 200px;
    z-index: 9999;
}

.m_zixun {
    display: none;
}

.zzxx {
    width: 100%;
}

.zzxx p {
    width: 300px;
    height: 45px;
    border-radius: 10px;
    background-color: #c7161c;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    margin: 80px auto 0 auto;
    font-size: 17px;
    cursor: pointer;
}

.baoming {
    background: url("../images/tools_bg.png") no-repeat;
    height: 160px;
    padding: 0px;
    width: 1200px;
    margin: 15px auto;
}

.bm-row {
    clear: both;
    padding-top: 60px;
}

.bm-input {
    height: 50px;
}

.layui-bg-yycw {
    background-color: #00b7ee;
    height: 50px;
    line-height: 50px;
}